]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
setpriv: (manpage) fix typo in option description
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 6 Jan 2026 02:36:29 +0000 (21:36 -0500)
committerKarel Zak <kzak@redhat.com>
Wed, 7 Jan 2026 09:42:22 +0000 (10:42 +0100)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
sys-utils/setpriv.1.adoc

index abb185a4444320b904e36d7b7eb2af2250b972e2..97366e33e2962f23fb54b2b83bf9c98cc7e13595 100644 (file)
@@ -56,7 +56,7 @@ Initialize supplementary groups using initgroups3. Only useful in conjunction wi
 *--list-caps*::
 List all known capabilities. This option must be specified alone.
 
-*--no-new-privs*::
+*--nnp*, *--no-new-privs*::
 Set the _no_new_privs_ bit. With this bit set, *execve*(2) will not grant new privileges. For example, the set-user-ID and set-group-ID bits as well as file capabilities will be disabled. (Executing binaries with these bits set will still work, but they will not gain privileges. Certain LSMs, especially AppArmor, may result in failures to execute certain programs.) This bit is inherited by child processes and cannot be unset. See *prctl*(2) and _Documentation/prctl/no_new_privs.txt_ in the Linux kernel source.
 +
 The _no_new_privs_ bit is supported since Linux 3.5.