Wrong assignment in NarUtil.parseOctalPermission
Opened this issue · 0 comments
ste-gr commented
Hi,
I think there is a wrong assignment:
Should it be if ((dec & 0b000010000) != 0) permissions.add(PosixFilePermission.GROUP_WRITE);
?
Greetings
Stefan