linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Saikiran Madugula <hummerbliss@gmail.com>
To: mtk.manpages@gmail.com
Cc: linux-man@vger.kernel.org, Saikiran Madugula <hummerbliss@gmail.com>
Subject: [PATCH] capabilities.7: Add two more items for POSIX message queues
Date: Thu,  9 Jul 2020 00:59:35 +0530	[thread overview]
Message-ID: <20200708192935.18381-1-hummerbliss@gmail.com> (raw)

/proc/sys/fs/mqueue/msg_max and /proc/sys/fs/mqueue/msgsize_max
also require CAP_SYS_RESOURCE

Signed-off-by: Saikiran Madugula <hummerbliss@gmail.com>
---
 man7/capabilities.7 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/man7/capabilities.7 b/man7/capabilities.7
index fd841b4f1..adb8bad5b 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 *
-- 
2.17.1


             reply	other threads:[~2020-07-08 19:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-08 19:29 Saikiran Madugula [this message]
2020-07-17  8:13 ` [PATCH] capabilities.7: Add two more items for POSIX message queues Michael Kerrisk (man-pages)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200708192935.18381-1-hummerbliss@gmail.com \
    --to=hummerbliss@gmail.com \
    --cc=linux-man@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).