reboot.2: Note user namespace requirements around CAP_SYS_BOOT

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-06-26 15:31:05 +02:00
parent 1090e3f079
commit a0b4ac2c1c
1 changed files with 2 additions and 2 deletions

View File

@ -210,9 +210,9 @@ Bad magic numbers or \fIcmd\fP.
.B EPERM
The calling process has insufficient privilege to call
.BR reboot ();
the
the caller must have the
.B CAP_SYS_BOOT
capability is required.
inside its user namespace.
.SH CONFORMING TO
.BR reboot ()
is Linux-specific,