Changeset 291573 in webkit


Ignore:
Timestamp:
Mar 21, 2022 12:11:22 PM (2 years ago)
Author:
pvollan@apple.com
Message:

[watchOS] Add required syscall
https://bugs.webkit.org/show_bug.cgi?id=238117
<rdar://89964344>

Reviewed by Brent Fulgham.

Add rarely used syscall on watchOS.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r291567 r291573  
     12022-03-21  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [watchOS] Add required syscall
     4        https://bugs.webkit.org/show_bug.cgi?id=238117
     5        <rdar://89964344>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Add rarely used syscall on watchOS.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
     12
    1132022-03-21  Youenn Fablet  <youenn@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in

    r290731 r291573  
    12791279        SYS_sigaltstack
    12801280        SYS_sigprocmask
     1281#if PLATFORM(WATCHOS)
     1282        SYS_sigreturn
     1283#endif
    12811284        SYS_socket
    12821285        SYS_thread_selfusage
Note: See TracChangeset for help on using the changeset viewer.