RESOLVED FIXED 228201
[macOS] Correct two sandbox typos
https://bugs.webkit.org/show_bug.cgi?id=228201
Summary [macOS] Correct two sandbox typos
Brent Fulgham
Reported 2021-07-22 14:58:11 PDT
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.
Attachments
Patch (1.80 KB, patch)
2021-07-22 15:07 PDT, Brent Fulgham
no flags
Radar WebKit Bug Importer
Comment 1 2021-07-22 14:58:27 PDT
Brent Fulgham
Comment 2 2021-07-22 15:07:40 PDT
Per Arne Vollan
Comment 3 2021-07-22 15:10:12 PDT
Comment on attachment 434038 [details] Patch R=me.
EWS
Comment 4 2021-07-22 15:49:00 PDT
Committed r280203 (239891@main): <https://commits.webkit.org/239891@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 434038 [details].
Note You need to log in before you can comment on or make changes to this bug.