aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-06-20 14:54:52 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-06-20 15:21:30 +0200
commit7f98a239831d9025f68fd11dbe071f37cad10f3d (patch)
tree1caf6b3a7f6dfea493f065bab64e511f4531ab0b /man7/unix.7
parent44cca454d2b9d1adfa44bafbf12d7777ad0c4f8c (diff)
downloadman-pages-7f98a239831d9025f68fd11dbe071f37cad10f3d.tar.gz
unix.7: Update text on socket permissions on other systems
At least some of the modern BSDs seem to check for write permission on a socket. (I tested OpenBSD 5.9.) On Solaris 10, some light testing suggested that write permission is still not checked on that system. See https://bugzilla.kernel.org/show_bug.cgi?id=120061 (and https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-1999-1402) Reported-by: Carsten Grohmann <carstengrohmann@gmx.de> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
-rw-r--r--man7/unix.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index 7e6495692c..82715f9756 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -232,7 +232,7 @@ connecting to a stream socket object requires write permission on that socket;
sending a datagram to a datagram socket likewise
requires write permission on that socket.
POSIX does not make any statement about the effect of the permissions
-on a socket file, and on many systems (e.g., several BSD derivatives),
+on a socket file, and on some systems (e.g., older BSDs),
the socket permissions are ignored.
Portable programs should not rely on
this feature for security.