Commit 2ce71b33 authored by David Wilson's avatar David Wilson

unix: add small explainer note until real docs exist

parent a69d9650
......@@ -27,7 +27,9 @@
"""
Permit connection of additional contexts that may act with the authority of
this context.
this context. For now, the UNIX socket is always mode 0600, i.e. can only be
accessed by root or the same UID. Therefore we can always trust connections to
have the same privilege (auth_id) as the current process.
"""
import errno
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment