From: Saikiran Madugula Date: Wed, 8 Jul 2020 19:29:35 +0000 (+0530) Subject: capabilities.7: CAP_SYS_RESOURCE: add two more items for POSIX message queues X-Git-Tag: man-pages-5.08~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a0c93e3c0d59bd28b518d3cf20f6729c1f660f;p=thirdparty%2Fman-pages.git capabilities.7: CAP_SYS_RESOURCE: add two more items for POSIX message queues CAP_SYS_RESOURCE also allows overriding /proc/sys/fs/mqueue/msg_max and /proc/sys/fs/mqueue/msgsize_max. Signed-off-by: Saikiran Madugula Signed-off-by: Michael Kerrisk --- diff --git a/man7/capabilities.7 b/man7/capabilities.7 index fd841b4f16..adb8bad5b7 100644 --- a/man7/capabilities.7 +++ b/man7/capabilities.7 @@ -722,7 +722,10 @@ to increase the capacity of a pipe above the limit specified by .IR /proc/sys/fs/pipe-max-size ; .IP * override -.I /proc/sys/fs/mqueue/queues_max +.I /proc/sys/fs/mqueue/queues_max, +.I /proc/sys/fs/mqueue/msg_max, +and +.I /proc/sys/fs/mqueue/msgsize_max limit when creating POSIX message queues (see .BR mq_overview (7)); .IP *