[Webkit-unassigned] [Bug 165332] New: [Mac] Update sandbox profiles to use modern syntax and avoid duplication

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 2 13:48:56 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=165332

            Bug ID: 165332
           Summary: [Mac] Update sandbox profiles to use modern syntax and
                    avoid duplication
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

Clean up the WebKit Sandbox rules to use the modern syntax:

Change from:

;; Read-only preferences and data
(allow file-read*
…
      (home-literal "/Library/Preferences/com.apple.ATS.plist")
      (home-literal "/Library/Preferences/com.apple.CoreGraphics.plist")
      etc.

To:

(allow user-preference-read
    (preference-domain
        “com.apple.ATS”
        “com.apple.CoreGraphics”
        etc.))

Also get rid of duplicated macro and function definitions that are part of the core sandbox language.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161202/6bd3087c/attachment.html>


More information about the webkit-unassigned mailing list