From 0132ad567f1c8f79193a7736148abe8b8289a0e2 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 7 Aug 2017 10:09:32 -0400 Subject: [PATCH] Bug 1386363 - remove access to the com.apple.SystemConfiguration.configd mach service from content processes; r=haik MozReview-Commit-ID: 3hFEx67JkdO --HG-- extra : rebase_source : f3671c7d7682aeb5ff4b89d2409670fcadc2341a --- security/sandbox/mac/SandboxPolicies.h | 1 - 1 file changed, 1 deletion(-) diff --git a/security/sandbox/mac/SandboxPolicies.h b/security/sandbox/mac/SandboxPolicies.h index 1dd6669f9443..988f45c2ea29 100644 --- a/security/sandbox/mac/SandboxPolicies.h +++ b/security/sandbox/mac/SandboxPolicies.h @@ -187,7 +187,6 @@ static const char contentSandboxRules[] = R"( (global-name "com.apple.pasteboard.1") (global-name "com.apple.audio.coreaudiod") (global-name "com.apple.audio.audiohald") - (global-name "com.apple.SystemConfiguration.configd") (global-name "com.apple.iconservices")) ; bug 1376163