⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286022 in webkit


Ignore:
Timestamp:
Nov 18, 2021, 12:54:55 PM (5 years ago)
Author:
pvollan@apple.com
Message:

[iOS] Block access to unused resources in the Networking process' sandbox
https://bugs.webkit.org/show_bug.cgi?id=233129
<rdar://problem/85411927>

Unreviewed, fix sandbox syntax errors.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r286019 r286022  
     12021-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
    1112021-11-18  Antoine Quint  <graouts@webkit.org>
    212
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb

    r286004 r286022  
    322322        (subpath "/usr/lib"
    323323                 "/usr/share"
    324                  "/private/var/db/timezone")
     324                 "/private/var/db/timezone"
    325325                 "/private/var/preferences/Logging"))
    326326
     
    462462(deny lsopen)
    463463
    464 (deny sysctl*) (with telemetry)
     464(deny sysctl* (with telemetry))
    465465(allow sysctl-read
    466466    (sysctl-name
Note: See TracChangeset for help on using the changeset viewer.