0002-allow-access-to-view-bridge.patch 677 B

12345678910111213
  1. *** security/sandbox/mac/SandboxPolicies.h 2019-01-19 12:18:08.353032399 +0100
  2. --- security/sandbox/mac/SandboxPolicies.h.new 2019-01-19 12:18:03.426053042 +0100
  3. ***************
  4. *** 216,221 ****
  5. --- 216,222 ----
  6. ; depending on systems, the 1st, 2nd or both rules are necessary
  7. (allow user-preference-read (preference-domain "com.apple.HIToolbox"))
  8. (allow file-read-data (literal "/Library/Preferences/com.apple.HIToolbox.plist"))
  9. + (allow file-read* (path "/Library/Preferences/com.apple.ViewBridge.plist"))
  10. (allow user-preference-read (preference-domain "com.apple.ATS"))
  11. (allow file-read-data (literal "/Library/Preferences/.GlobalPreferences.plist"))