diff options
author | Harald Hoyer <harald@redhat.com> | 2011-02-21 15:32:17 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-28 22:47:38 +0100 |
commit | 35b8ca3aaf8cb044ad76675dfcad89e000dd4a5c (patch) | |
tree | c2cb5f22b38ea29d99e80df50f7b098f9020f1c4 /src/securebits.h | |
parent | a9bd141b4a144d8da062f9f8fa13869bba0c7bce (diff) |
Spelling Corrections
Just some lame spelling corrections with no functionality.
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 |