unshare.2: CLONE_SYSVSEM does not require CAP_SYS_ADMIN

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-03-22 10:35:04 +01:00
parent 3c881e7c07
commit ea2d20ebcc
1 changed files with 0 additions and 5 deletions

View 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