From 3229d39dba021eb1d03d88f16104ada18d2a326a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 25 Jul 2017 11:03:43 -0400 Subject: [PATCH] Bug 1384677 - remove com.apple.cookied access from content processes; r=haik MozReview-Commit-ID: 5mI4VXf7J8Q --HG-- extra : rebase_source : 8514a3e7e73059964b29e240d7979b3a2758bb69 --- 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 d9ba25b14c76..41cfd73884db 100644 --- a/security/sandbox/mac/SandboxPolicies.h +++ b/security/sandbox/mac/SandboxPolicies.h @@ -197,7 +197,6 @@ static const char contentSandboxRules[] = R"( (global-name "com.apple.cmio.VDCAssistant") (global-name "com.apple.SystemConfiguration.configd") (global-name "com.apple.iconservices") - (global-name "com.apple.cookied") (global-name "com.apple.cache_delete") (global-name "com.apple.pluginkit.pkd") (global-name "com.apple.bird")