diff options
Diffstat (limited to 'src/securebits.h')
-rw-r--r-- | src/securebits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/securebits.h b/src/securebits.h index a5b99a3dbf..ba0bba5353 100644 --- a/src/securebits.h +++ b/src/securebits.h @@ -16,7 +16,7 @@ #define SECURE_NOROOT_LOCKED 1 /* make bit-0 immutable */ /* When set, setuid to/from uid 0 does not trigger capability-"fixup". - When unset, to provide compatiblility with old programs relying on + When unset, to provide compatibility with old programs relying on set*uid to gain/lose privilege, transitions to/from uid 0 cause capabilities to be gained/lost. */ #define SECURE_NO_SETUID_FIXUP 2 |