]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
capget.2: Remove first paragraph, which repeats details from capabilities(7)
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 23 Feb 2019 20:20:39 +0000 (21:20 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 25 Feb 2019 09:48:57 +0000 (10:48 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/capget.2

index ceed5c3585e5d48e7ce3d475bfcec143a091a4a6..126e3c9c8254069256a13399a4679dbcb0a660aa 100644 (file)
@@ -22,17 +22,6 @@ capget, capset \- set/get capabilities of thread(s)
 .PP
 .BI "int capset(cap_user_header_t " hdrp ", const cap_user_data_t " datap );
 .SH DESCRIPTION
-Since Linux 2.2,
-the power of the superuser (root) has been partitioned into
-a set of discrete capabilities.
-Each thread has a set of effective capabilities identifying
-which capabilities (if any) it may currently exercise.
-Each thread also has a set of inheritable capabilities that may be
-passed through an
-.BR execve (2)
-call, and a set of permitted capabilities
-that it can make effective or inheritable.
-.PP
 These two system calls are the raw kernel interface for getting and
 setting thread capabilities.
 Not only are these system calls specific to Linux,