pub const SETUID: ExtraPermission = 0o4000;
Expand description
When the setuid bit is set on a an executable file, the file will be executed by with the permissions of the file’s owner instead of the executing user.
pub const SETUID: ExtraPermission = 0o4000;
When the setuid bit is set on a an executable file, the file will be executed by with the permissions of the file’s owner instead of the executing user.