From 163acc0efa2a378b8f3fe74a6350e1a0e179d5f2 Mon Sep 17 00:00:00 2001 From: Jude Taylor Date: Thu, 12 Nov 2015 22:35:15 -0800 Subject: [PATCH] remove useless muting lines; they interfere with debugging --- pkgs/stdenv/pure-darwin/standard-sandbox.sb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/stdenv/pure-darwin/standard-sandbox.sb b/pkgs/stdenv/pure-darwin/standard-sandbox.sb index 37a9b736e53..32a91162152 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"))