diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-06-26 15:31:05 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-09-12 14:04:45 +0100 |
| commit | a0b4ac2c1cc14f109aaa80cec22667ba8acd3237 (patch) | |
| tree | b348001f6a64c6075829816a0f76a228621ef098 | |
| parent | 1090e3f0798cf9c0f3f4191edd50035234570601 (diff) | |
| download | man-pages-a0b4ac2c1cc14f109aaa80cec22667ba8acd3237.tar.gz | |
reboot.2: Note user namespace requirements around CAP_SYS_BOOT
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/reboot.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/reboot.2 b/man2/reboot.2 index 1096b4f68d..dae0e69775 100644 --- a/man2/reboot.2 +++ b/man2/reboot.2 @@ -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, |
