about summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2015-11-12 22:35:15 -0800
committerJude Taylor <me@jude.bio>2015-11-19 11:31:06 -0800
commit163acc0efa2a378b8f3fe74a6350e1a0e179d5f2 (patch)
treea887aa3adcfbacaf758845ece7b6a9b2e3cc3657 /pkgs/stdenv
parentdf80090d092a9dec4393060bb1ab8f278aba11f2 (diff)
downloadnixlib-163acc0efa2a378b8f3fe74a6350e1a0e179d5f2.tar
nixlib-163acc0efa2a378b8f3fe74a6350e1a0e179d5f2.tar.gz
nixlib-163acc0efa2a378b8f3fe74a6350e1a0e179d5f2.tar.bz2
nixlib-163acc0efa2a378b8f3fe74a6350e1a0e179d5f2.tar.lz
nixlib-163acc0efa2a378b8f3fe74a6350e1a0e179d5f2.tar.xz
nixlib-163acc0efa2a378b8f3fe74a6350e1a0e179d5f2.tar.zst
nixlib-163acc0efa2a378b8f3fe74a6350e1a0e179d5f2.zip
remove useless muting lines; they interfere with debugging
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/pure-darwin/standard-sandbox.sb5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/stdenv/pure-darwin/standard-sandbox.sb b/pkgs/stdenv/pure-darwin/standard-sandbox.sb
index 37a9b736e53e..32a911621527 100644
--- a/pkgs/stdenv/pure-darwin/standard-sandbox.sb
+++ b/pkgs/stdenv/pure-darwin/standard-sandbox.sb
@@ -67,8 +67,3 @@
 (allow mach-lookup
        (global-name "com.apple.system.notification_center")
        (global-name "com.apple.system.opendirectoryd.libinfo"))
-
-; mute annoying failures
-(deny (with no-log) file-read-metadata (literal "/etc") (subpath "/usr/bin"))
-
-(deny process-exec* (literal "/usr/bin/arch") (literal "/usr/bin/hostinfo") (literal "/usr/bin/uname"))