about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-11-08T15·17+0100
committerEelco Dolstra <edolstra@gmail.com>2017-11-08T15·17+0100
commit9d87d03331132b1da71a62ae3aa4636726a3e860 (patch)
tree4f1f3376d7610a7a9c7907e6fca3ebd918f9bd98 /src
parent513b143cd8fff4d7d931e14fd26306579cb9be31 (diff)
Remove extraneous comment
Diffstat (limited to 'src')
-rw-r--r--src/libstore/sandbox-defaults.sb3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstore/sandbox-defaults.sb b/src/libstore/sandbox-defaults.sb
index f556a26a01f4..0299d1ee45d2 100644
--- a/src/libstore/sandbox-defaults.sb
+++ b/src/libstore/sandbox-defaults.sb
@@ -31,9 +31,6 @@
 (allow file* process-exec network-outbound network-inbound
        (literal "/tmp") (subpath TMPDIR))
 
-; Always allow unix domain sockets, since they can't hurt purity or security
-
-
 ; Some packages like to read the system version.
 (allow file-read* (literal "/System/Library/CoreServices/SystemVersion.plist"))