]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
capabilities.7: CAP_SYS_RESOURCE: add two more items for POSIX message queues
authorSaikiran Madugula <hummerbliss@gmail.com>
Wed, 8 Jul 2020 19:29:35 +0000 (00:59 +0530)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 17 Jul 2020 11:31:06 +0000 (13:31 +0200)
CAP_SYS_RESOURCE also allows overriding /proc/sys/fs/mqueue/msg_max
and /proc/sys/fs/mqueue/msgsize_max.

Signed-off-by: Saikiran Madugula <hummerbliss@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/capabilities.7

index fd841b4f16b39338c0d747d91bc151452da2e22a..adb8bad5b79bf47046da33689cf28de3e20e9203 100644 (file)
@@ -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 *