From 8f36e23f0742e2384098a7c1e5a1824dca5f96c8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 11 Jun 2008 22:31:48 +0000 Subject: [PATCH] Linux does not currently support ACLs for POSIX message queues. --- man7/mq_overview.7 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index 89e953719..8091abaa7 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -23,7 +23,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH MQ_OVERVIEW 7 2006-02-25 "Linux" "Linux Programmer's Manual" +.TH MQ_OVERVIEW 7 2008-06-15 "Linux" "Linux Programmer's Manual" .SH NAME mq_overview \- Overview of POSIX message queues .SH DESCRIPTION @@ -262,6 +262,9 @@ POSIX message queues provide a better designed interface than System V message queues; on the other hand POSIX message queues are less widely available (especially on older systems) than System V message queues. + +Linux does not currently (2.6.26) support the use of access control +lists (ACLs) for POSIX message queues. .SH EXAMPLE An example of the use of various message queue functions is shown in .BR mq_notify (3).