Closed dylngg closed 2 years ago
This PR fixes a bug in the Unix Permissions IA that caused setuid and setgid sticky bits to be mixed up. The 2 bit is for setting setgid, 4 for setuid. The IA incorrectly interpreted the opposite.
2
4
https://www.gnu.org/software/libc/manual/html_node/Permission-Bits.html
Fixes #4714
Instant Answer Page: https://duck.co/ia/view/unix_permissions
Description of new Instant Answer, or changes
This PR fixes a bug in the Unix Permissions IA that caused setuid and setgid sticky bits to be mixed up. The
2
bit is for setting setgid,4
for setuid. The IA incorrectly interpreted the opposite.https://www.gnu.org/software/libc/manual/html_node/Permission-Bits.html
Related Issues and Discussions
Fixes #4714
People to notify
Instant Answer Page: https://duck.co/ia/view/unix_permissions