Linux does not currently support ACLs for POSIX message queues.

This commit is contained in:
Michael Kerrisk 2008-06-11 22:31:48 +00:00
parent bf1082be77
commit 8f36e23f07
1 changed files with 4 additions and 1 deletions

View File

@ -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).