Bug 1388360 - remove access to the com.apple.iconservices mach service from content processes; r=haik

MozReview-Commit-ID: D20alO2PKR0

--HG--
extra : rebase_source : 2bc809d161eb373220f1de174abc8032207b5dac
This commit is contained in:
Alex Gaynor 2017-08-08 10:15:16 -04:00
parent 264c2a6732
commit b4ba668be6

View File

@ -186,8 +186,7 @@ static const char contentSandboxRules[] = R"(
(global-name "com.apple.coreservices.launchservicesd")
(global-name "com.apple.pasteboard.1")
(global-name "com.apple.audio.coreaudiod")
(global-name "com.apple.audio.audiohald")
(global-name "com.apple.iconservices"))
(global-name "com.apple.audio.audiohald"))
; bug 1376163
(if (>= macosMinorVersion 13)