Changeset 259591 in webkit
- Timestamp:
- Apr 6, 2020, 1:36:58 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/fast/sandbox/ios/sandbox-mach-lookup-expected.txt (modified) (1 diff)
-
LayoutTests/fast/sandbox/ios/sandbox-mach-lookup.html (modified) (1 diff)
-
Source/WebKit/ChangeLog (modified) (1 diff)
-
Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r259586 r259591 1 2020-04-06 Commit Queue <commit-queue@webkit.org> 2 3 Unreviewed, reverting r259469. 4 https://bugs.webkit.org/show_bug.cgi?id=210066 5 6 Introduced media playback regression (Requested by perarne on 7 #webkit). 8 9 Reverted changeset: 10 11 "[iOS] Deny mach lookup access to the runningboard service in 12 the WebContent process" 13 https://bugs.webkit.org/show_bug.cgi?id=209933 14 https://trac.webkit.org/changeset/259469 15 1 16 2020-04-06 Jacob Uphoff <jacob_uphoff@apple.com> 2 17 -
trunk/LayoutTests/fast/sandbox/ios/sandbox-mach-lookup-expected.txt
r259469 r259591 28 28 PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.lsd.mapdb") is false 29 29 PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.frontboard.systemappservices") is false 30 PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.runningboard") is false -
trunk/LayoutTests/fast/sandbox/ios/sandbox-mach-lookup.html
r259469 r259591 31 31 shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.lsd.mapdb\")"); 32 32 shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.frontboard.systemappservices\")"); 33 shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.runningboard\")");34 33 } 35 34 </script> -
trunk/Source/WebKit/ChangeLog
r259590 r259591 1 2020-04-06 Commit Queue <commit-queue@webkit.org> 2 3 Unreviewed, reverting r259469. 4 https://bugs.webkit.org/show_bug.cgi?id=210066 5 6 Introduced media playback regression (Requested by perarne on 7 #webkit). 8 9 Reverted changeset: 10 11 "[iOS] Deny mach lookup access to the runningboard service in 12 the WebContent process" 13 https://bugs.webkit.org/show_bug.cgi?id=209933 14 https://trac.webkit.org/changeset/259469 15 1 16 2020-04-06 Per Arne Vollan <pvollan@apple.com> 2 17 -
trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb
r259590 r259591 555 555 (allow ipc-posix-sem-open)) 556 556 557 ( deny mach-lookup (with telemetry-backtrace)558 (global-name "com.apple.runningboard") 557 (allow mach-lookup (with telemetry) 558 (global-name "com.apple.runningboard") ;; Needed by process assertion code (ProcessTaskStateObserver). 559 559 ) 560 560
Note:
See TracChangeset
for help on using the changeset viewer.