Changeset 251824 in webkit


Ignore:
Timestamp:
Oct 30, 2019 5:14:44 PM (4 years ago)
Author:
pvollan@apple.com
Message:

Fix some sysctl read violations in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=203632

Reviewed by Brent Fulgham.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r251823 r251824  
     12019-10-30  Per Arne Vollan  <pvollan@apple.com>
     2
     3        Fix some sysctl read violations in the WebContent process
     4        https://bugs.webkit.org/show_bug.cgi?id=203632
     5
     6        Reviewed by Brent Fulgham.
     7
     8        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     9
    1102019-10-30  Dean Jackson  <dino@apple.com>
    211
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r251821 r251824  
    813813        "hw.activecpu"
    814814        "hw.availcpu"
     815        "hw.cachelinesize"
     816        "hw.cputype"
    815817        "hw.l2cachesize"
     818        "hw.logicalcpu"
    816819        "hw.logicalcpu_max"
    817820        "hw.ncpu"
Note: See TracChangeset for help on using the changeset viewer.