capabilities.7: Since Linux 3.8, user namespaces no longer require CAP_SYS_ADMIN

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-01-06 22:26:52 +01:00
parent 76f8f97395
commit c67d3814e7
1 changed files with 3 additions and 1 deletions

View File

@ -355,7 +355,9 @@ employ
flags that create new namespaces with flags that create new namespaces with
.BR clone (2) .BR clone (2)
and and
.BR unshare (2); .BR unshare (2)
(but, since Linux 3.8,
creating user namespaces does not require any capability);
.IP * .IP *
call call
.BR perf_event_open (2); .BR perf_event_open (2);