Skip to content

Commit

Permalink
Fix sysctl read sandbox violation in the GPU process
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=274528
rdar://122952474

Reviewed by Chris Dumez.

Fix sysctl read sandbox violation in the GPU process on iOS by allowing reading a sysctl name
which has been confirmed to be in use.

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

Canonical link: https://commits.webkit.org/279137@main
  • Loading branch information
pvollan committed May 22, 2024
1 parent 57affb6 commit 2a8d5d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@
"kern.secure_kernel"
"kern.osversion"
"kern.willshutdown" ;; <rdar://122511261>
"machdep.ptrauth_enabled"
"vm.footprint_suspend"
"vm.malloc_ranges")) ;; <rdar://problem/105161083>

Expand Down

0 comments on commit 2a8d5d0

Please sign in to comment.