Changeset 243900 in webkit


Ignore:
Timestamp:
Apr 4, 2019, 1:44:50 PM (6 years ago)
Author:
pvollan@apple.com
Message:

[macOS] Fix sandbox violations
https://bugs.webkit.org/show_bug.cgi?id=196616
<rdar://problem/49498040>

Reviewed by Brent Fulgham.

Fix some observed sandbox violations in the WebContent process on macOS.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243899 r243900  
     12019-04-04  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS] Fix sandbox violations
     4        https://bugs.webkit.org/show_bug.cgi?id=196616
     5        <rdar://problem/49498040>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Fix some observed sandbox violations in the WebContent process on macOS.
     10
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132019-04-04  Eric Carlson  <eric.carlson@apple.com>
    214
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r243888 r243900  
    376376    (iokit-property "dpm")
    377377#endif
     378    (iokit-property "IOGVAH264EncodeCapabilities") ;; <rdar://problem/49498040>
    378379)
    379380
     
    642643       (literal "/private/var/db/DetachedSignatures"))
    643644
    644 (allow ipc-posix-shm-read* ipc-posix-shm-write-data
     645(allow ipc-posix-shm-read* ipc-posix-shm-write-data ipc-posix-shm-write-create
    645646       (ipc-posix-name "com.apple.AppleDatabaseChanged"))
    646647
Note: See TracChangeset for help on using the changeset viewer.