Skip to content

Commit

Permalink
Fix webpush sandbox violation
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264831
rdar://118096127

Reviewed by Brent Fulgham.

* Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.webpushd.sb.in:

Canonical link: https://commits.webkit.org/270728@main
  • Loading branch information
pvollan committed Nov 14, 2023
1 parent d818a91 commit 939c6ac
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
(literal "/Library/Preferences/com.apple.security.plist")
(home-literal "/Library/Preferences/com.apple.security.plist"))

(allow file-read*
(literal "/System/Library/DarwinDirectory/system/recordStore.data")
(literal "/private/var/db/DarwinDirectory/local/recordStore.data"))

;;; Allow reading internal profiles on development builds
(allow file-read*
(require-all (file-mode #o0004)
Expand Down

0 comments on commit 939c6ac

Please sign in to comment.