[Webkit-unassigned] [Bug 228201] New: [macOS] Correct two sandbox typos
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 22 14:58:11 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=228201
Bug ID: 228201
Summary: [macOS] Correct two sandbox typos
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bfulgham at webkit.org
While investigating a bug I noticed two typos in the sandbox file:
(1) A regex is defined improperly:
(home-regex "/Library/Preferences/ByHost/\.GlobalPreferences\..*\.plist$")
... should be:
(home-regex #"/Library/Preferences/ByHost/\.GlobalPreferences\..*\.plist$")
(2) I broke an "(if " form by adding a second rule, which made the original rule become the "else" part of the logic.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210722/0ce17389/attachment-0001.htm>
More information about the webkit-unassigned
mailing list