Commit e3c760c2 authored by Greg Kerr's avatar Greg Kerr Committed by Commit Bot

macOS V2 Sandbox: Allow access to CoreTypes.bundle

To make the macOS V2 sandbox more robust, allow access to
CoreTypes.bundle.

Bug: 871280
Change-Id: I0de730ace30a18f3c3d8a3c12b13d2e968056ac8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540543
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#645371}
parent 368e6c50
......@@ -109,6 +109,7 @@
; Allow reads of system libraries and frameworks.
(allow file-read*
(subpath "/System/Library/CoreServices/CoreTypes.bundle")
(subpath "/System/Library/Frameworks")
(subpath "/System/Library/Preferences/Logging")
(subpath "/System/Library/PrivateFrameworks")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment