capabilities.7: Add prctl(PR_SET_MM) to CAP_SYS_RESOURCE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-04-15 12:56:14 +12:00
parent a8ceabbc8c
commit ecc1f45b58
1 changed files with 7 additions and 2 deletions

View File

@ -43,7 +43,7 @@
.\" other capabilities where the permitted or inheritable bit is set.
.\" 2011-09-07, mtk/Serge hallyn: Add CAP_SYSLOG
.\"
.TH CAPABILITIES 7 2012-03-05 "Linux" "Linux Programmer's Manual"
.TH CAPABILITIES 7 2012-04-15 "Linux" "Linux Programmer's Manual"
.SH NAME
capabilities \- overview of Linux capabilities
.SH DESCRIPTION
@ -515,7 +515,12 @@ to increase the capacity of a pipe above the limit specified by
override
.I /proc/sys/fs/mqueue/queues_max
limit when creating POSIX message queues (see
.BR mq_overview (7)).
.BR mq_overview (7));
.IP *
employ
.BR prctl (2)
.B PR_SET_MM
operation.
.RE
.PD
.TP