about summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2017-11-08 22:32:44 -0500
committerDan Peebles <pumpkin@me.com>2017-11-08 22:32:44 -0500
commitbb863378d3d7b2bc6dc81a55005a11b96da25c84 (patch)
tree55af1b0e1daf4e6c7794bfca62d4ae1ee0a43d36 /pkgs/os-specific/darwin/apple-source-releases
parent94fc7214ce2396e488ed17918a9824d2c39db144 (diff)
downloadnixlib-bb863378d3d7b2bc6dc81a55005a11b96da25c84.tar
nixlib-bb863378d3d7b2bc6dc81a55005a11b96da25c84.tar.gz
nixlib-bb863378d3d7b2bc6dc81a55005a11b96da25c84.tar.bz2
nixlib-bb863378d3d7b2bc6dc81a55005a11b96da25c84.tar.lz
nixlib-bb863378d3d7b2bc6dc81a55005a11b96da25c84.tar.xz
nixlib-bb863378d3d7b2bc6dc81a55005a11b96da25c84.tar.zst
nixlib-bb863378d3d7b2bc6dc81a55005a11b96da25c84.zip
adv_cmds: remove custom sandbox profile (not allowed in recent Nix)
Diffstat (limited to 'pkgs/os-specific/darwin/apple-source-releases')
-rw-r--r--pkgs/os-specific/darwin/apple-source-releases/adv_cmds/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/os-specific/darwin/apple-source-releases/adv_cmds/default.nix b/pkgs/os-specific/darwin/apple-source-releases/adv_cmds/default.nix
index ccbd8343e0d0..35608587c569 100644
--- a/pkgs/os-specific/darwin/apple-source-releases/adv_cmds/default.nix
+++ b/pkgs/os-specific/darwin/apple-source-releases/adv_cmds/default.nix
@@ -84,9 +84,6 @@ in appleDerivation {
   ];
   setOutputFlags = false;
 
-  # ps uses this syscall to get process info
-  propagatedSandboxProfile = stdenv.lib.sandbox.allow "mach-priv-task-port";
-
   meta = {
     platforms = stdenv.lib.platforms.darwin;
     maintainers = with stdenv.lib.maintainers; [ gridaphobe ];