unix: add small explainer note until real docs exist

This commit is contained in:
David Wilson 2018-02-15 05:31:07 +05:45
parent a69d9650ad
commit 2ce71b338b
1 changed files with 3 additions and 1 deletions

View File

@ -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