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

Changeset 259573 in webkit


Ignore:
Timestamp:
Apr 6, 2020, 9:54:08 AM (6 years ago)
Author:
pvollan@apple.com
Message:

Add syscall to the WebContent sandbox
https://bugs.webkit.org/show_bug.cgi?id=210048

Reviewed by Brent Fulgham.

Add a required syscall to the WebContent sandbox on iOS and macOS.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r259568 r259573  
     12020-04-06  Per Arne Vollan  <pvollan@apple.com>
     2
     3        Add syscall to the WebContent sandbox
     4        https://bugs.webkit.org/show_bug.cgi?id=210048
     5
     6        Reviewed by Brent Fulgham.
     7
     8        Add a required syscall to the WebContent sandbox on iOS and macOS.
     9
     10        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132020-04-06  youenn fablet  <youenn@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r259470 r259573  
    10571057        (syscall-number SYS_shared_region_map_and_slide_2_np) ;; <rdar://problem/60294880>
    10581058        (syscall-number SYS_ulock_wait2) ;; <rdar://problem/58743778>
     1059        (syscall-number SYS_fstat64_extended) ;; <rdar://problem/61310019>
    10591060    )
    10601061)
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r259506 r259573  
    10831083        (syscall-number SYS_objc_bp_assist_cfg_np) ;; <rdar://problem/55924791>
    10841084#endif
     1085        (syscall-number SYS_fstat64_extended) ;; <rdar://problem/61310019>
    10851086    )
    10861087)
Note: See TracChangeset for help on using the changeset viewer.