Note that Linux supports ACLs on POSIX named semaphores since 2.6.19.

This commit is contained in:
Michael Kerrisk 2008-06-11 22:32:40 +00:00
parent 8f36e23f07
commit 305865606d
1 changed files with 3 additions and 0 deletions

View File

@ -114,6 +114,9 @@ normally mounted under
.IR /dev/shm ,
with names of the form
.IR \fBsem.\fPname .
Since Linux 2.6.19, ACLs can be placed on files under this directory,
to control object permissions on a per-user and per-group basis.
.SH "CONFORMING TO"
POSIX.1-2001.
.SH NOTES