]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
unshare.2: CLONE_SYSVSEM does not require CAP_SYS_ADMIN
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 22 Mar 2013 09:35:04 +0000 (10:35 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 14 Sep 2014 03:16:02 +0000 (20:16 -0700)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/unshare.2

index 851f729aa9b5ecb9befc38aa7af69da10c45db07..ff854aef5b7ba7a086b99780d2db38a2b4356500 100644 (file)
@@ -229,11 +229,6 @@ flag.
 Unshare System\ V semaphore undo values,
 so that the calling process has a private copy
 which is not shared with any other process.
-Use of
-.BR CLONE_SYSVSEM
-requires the
-.BR CAP_SYS_ADMIN
-capability.
 .\" CLONE_NEWNS If CLONE_SIGHAND is set and signals are also being shared
 .\" (i.e., current->signal->count > 1), force CLONE_THREAD.
 .PP