unix.7: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-06-17 18:33:10 +02:00
parent bfb9c7c014
commit 820758df1a
1 changed files with 2 additions and 2 deletions

View File

@ -507,8 +507,8 @@ Their owner, group, and permissions can be changed.
Creation of a new socket will fail if the process does not have write and
search (execute) permission on the directory the socket is created in.
Connecting to the socket object requires read/write permission.
This behavior differs from many BSD-derived systems which
ignore permissions for UNIX domain sockets.
This behavior differs from many BSD-derived systems,
which ignore permissions for UNIX domain sockets.
Portable programs should not rely on
this feature for security.