Changeset 286022 in webkit
- Timestamp:
- Nov 18, 2021, 12:54:55 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r286019 r286022 1 2021-11-18 Per Arne <pvollan@apple.com> 2 3 [iOS] Block access to unused resources in the Networking process' sandbox 4 https://bugs.webkit.org/show_bug.cgi?id=233129 5 <rdar://problem/85411927> 6 7 Unreviewed, fix sandbox syntax errors. 8 9 * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb: 10 1 11 2021-11-18 Antoine Quint <graouts@webkit.org> 2 12 -
trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb
r286004 r286022 322 322 (subpath "/usr/lib" 323 323 "/usr/share" 324 "/private/var/db/timezone" )324 "/private/var/db/timezone" 325 325 "/private/var/preferences/Logging")) 326 326 … … 462 462 (deny lsopen) 463 463 464 (deny sysctl* ) (with telemetry)464 (deny sysctl* (with telemetry)) 465 465 (allow sysctl-read 466 466 (sysctl-name
Note:
See TracChangeset
for help on using the changeset viewer.