]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
msgctl.2, msgget.2, msgop.2, semctl.2, semget.2, semop.2, shmctl.2, shmget.2, shmop...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 12 Sep 2016 15:49:35 +0000 (16:49 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 12 Sep 2016 19:34:22 +0000 (20:34 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/msgctl.2
man2/msgget.2
man2/msgop.2
man2/semctl.2
man2/semget.2
man2/semop.2
man2/shmctl.2
man2/shmget.2
man2/shmop.2

index db3148374e162b27a7152449b6dc4c54d2b09f7e..8f3f135ba3228532b9066ce9bd1e45d3fd93e610 100644 (file)
@@ -267,7 +267,7 @@ but the calling process does not have read permission on the message queue
 .IR msqid ,
 and does not have the
 .B CAP_IPC_OWNER
-capability.
+capability in the user namespace that governs its IPC namespace.
 .TP
 .B EFAULT
 The argument
index 96b4e3be2dd55ff3032ccb9f36acca0c4b3ca509..b3644f9f507b6c6293682904637147c743c0e860 100644 (file)
@@ -151,7 +151,7 @@ A message queue exists for
 but the calling process does not have permission to access the queue,
 and does not have the
 .B CAP_IPC_OWNER
-capability.
+capability in the user namespace that governs its IPC namespace.
 .TP
 .B EEXIST
 .B IPC_CREAT
index 81c92f55a8b9f95a4ec209901ea2e72eb0b3f373..3da31b2d764726ba892407e6fcd9da295019b602 100644 (file)
@@ -413,7 +413,7 @@ isn't specified in
 The calling process does not have read permission on the message queue,
 and does not have the
 .B CAP_IPC_OWNER
-capability.
+capability in the user namespace that governs its IPC namespace.
 .TP
 .B EFAULT
 The address pointed to by
index 6d348fec9e8151b44244fcbedfc59bb71f14da8a..2897de7a4bb158c79fd2db07f1aa709ad9998c14 100644 (file)
@@ -403,7 +403,7 @@ or
 and the calling process does not have the required
 permissions on the semaphore set and does not have the
 .B CAP_IPC_OWNER
-capability.
+capability in the user namespace that governs its IPC namespace.
 .TP
 .B EFAULT
 The address pointed to by
index c28abbad6a4f2a3b1a6cd2edee863cb6e7f3e5c2..51de6f87bd2062eee4b5ae5d1a7bc4434b89de37 100644 (file)
@@ -161,7 +161,7 @@ A semaphore set exists for
 but the calling process does not have permission to access the set,
 and does not have the
 .B CAP_IPC_OWNER
-capability.
+capability in the user namespace that governs its IPC namespace.
 .TP
 .B EEXIST
 .B IPC_CREAT
index 39ea9edeef980e4c775fad111e29b47636665feb..85a9c4e8af6ef1db5d17e06ba3dad646eab6cae7 100644 (file)
@@ -324,7 +324,7 @@ The calling process does not have the permissions required
 to perform the specified semaphore operations,
 and does not have the
 .B CAP_IPC_OWNER
-capability.
+capability in the user namespace that governs its IPC namespace.
 .TP
 .B EAGAIN
 An operation could not proceed immediately and either
index 21ede4960eeb85a31d101aa8739793a26ed52d57..33b2bc26755fe1bab10aa64079edec9bcb556204 100644 (file)
@@ -310,7 +310,7 @@ is set appropriately.
 .IR shmid ,
 and the calling process does not have the
 .B CAP_IPC_OWNER
-capability.
+capability in the user namespace that governs its IPC namespace.
 .TP
 .B EFAULT
 The argument
index b464106eae1b774c9cedaecb890e7e8711d60f9a..42c7e4a61bbb29f154cd347f1b4af4ad780aaa89 100644 (file)
@@ -217,7 +217,7 @@ is set to one of the following:
 The user does not have permission to access the
 shared memory segment, and does not have the
 .B CAP_IPC_OWNER
-capability.
+capability in the user namespace that governs its IPC namespace.
 .TP
 .B EEXIST
 .BR IPC_CREAT
index e81879670535ef7e3272b6360822314db3ba537d..6a267f044476ab838f60ed47aa61352012f31e3e 100644 (file)
@@ -190,7 +190,7 @@ is set to one of the following:
 The calling process does not have the required permissions for
 the requested attach type, and does not have the
 .B CAP_IPC_OWNER
-capability.
+capability in the user namespace that governs its IPC namespace.
 .TP
 .B EIDRM
 \fIshmid\fP points to a removed identifier.