capabilities.7: Document CAP_BLOCK_SUSPEND

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-07-16 07:55:30 +02:00
parent ca93a9ed21
commit 9339d7498c
1 changed files with 7 additions and 1 deletions

View File

@ -43,7 +43,7 @@
.\" other capabilities where the permitted or inheritable bit is set. .\" other capabilities where the permitted or inheritable bit is set.
.\" 2011-09-07, mtk/Serge hallyn: Add CAP_SYSLOG .\" 2011-09-07, mtk/Serge hallyn: Add CAP_SYSLOG
.\" .\"
.TH CAPABILITIES 7 2012-04-15 "Linux" "Linux Programmer's Manual" .TH CAPABILITIES 7 2012-07-18 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
capabilities \- overview of Linux capabilities capabilities \- overview of Linux capabilities
.SH DESCRIPTION .SH DESCRIPTION
@ -76,6 +76,12 @@ retrieve auditing status and filtering rules.
.BR CAP_AUDIT_WRITE " (since Linux 2.6.11)" .BR CAP_AUDIT_WRITE " (since Linux 2.6.11)"
Write records to kernel auditing log. Write records to kernel auditing log.
.TP .TP
.BR CAP_BLOCK_SUSPEND " (since Linux 3.5)"
Employ features that can block system suspend
.RB ( epoll (7)
.BR EPOLLWAKEUP ,
.IR /proc/sys/wake_lock ).
.TP
.B CAP_CHOWN .B CAP_CHOWN
Make arbitrary changes to file UIDs and GIDs (see Make arbitrary changes to file UIDs and GIDs (see
.BR chown (2)). .BR chown (2)).