Skip to content

Wrong assignment in NarUtil.parseOctalPermission #383

@ste-gr

Description

@ste-gr

Hi,

I think there is a wrong assignment:

if ((dec & 0b000010000) != 0) permissions.add(PosixFilePermission.GROUP_READ);

Should it be if ((dec & 0b000010000) != 0) permissions.add(PosixFilePermission.GROUP_WRITE);?

Greetings
Stefan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions