Skip to content

Commit 1cd7902

Browse files
committed
Semi-rename execution
1 parent fa8a8c8 commit 1cd7902

219 files changed

Lines changed: 600 additions & 600 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@
138138
*ContentExtension* @b-weinstein @xeenon
139139
*InspectorExtension* @b-weinstein @xeenon
140140
*WebExtension* @b-weinstein @xeenon
141-
/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in @brentfulgham @pvollan
141+
/Source/WebKit/GPUProcess/mac/com.matthewbenedict.WebKit.GPUProcess.sb.in @brentfulgham @pvollan
142142
/Source/WebKit/NetworkProcess @cdumez
143-
/Source/WebKit/NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in @brentfulgham @pvollan
143+
/Source/WebKit/NetworkProcess/mac/com.matthewbenedict.WebKit.NetworkProcess.sb.in @brentfulgham @pvollan
144144
/Source/WebKit/Platform @cdumez
145145
/Source/WebKit/Platform/*/Payment* @aprotyas
146146
/Source/WebKit/Resources/SandboxProfiles @brentfulgham @pvollan

Introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,14 +1866,14 @@ WEBKIT_DEBUG=Scrolling Tools/Scripts/run-minibrowser --gtk --debug
18661866
On macOS, you can, for example, enable the `Language` log channel with these terminal commands:
18671867

18681868
```
1869-
for identifier in com.apple.WebKit.WebContent.Development com.apple.WebKit.WebContent org.webkit.MiniBrowser com.apple.WebKit.WebKitTestRunner org.webkit.DumpRenderTree -g /Users/$USER/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari.plist; do
1869+
for identifier in com.matthewbenedict.WebKit.WebContent.Development com.matthewbenedict.WebKit.WebContent org.webkit.MiniBrowser com.matthewbenedict.WebKit.WebKitTestRunner org.webkit.DumpRenderTree -g /Users/$USER/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari.plist; do
18701870
for key in WTFLogging WebCoreLogging WebKitLogging WebKit2Logging; do
18711871
defaults write ${identifier} "${key}" "Language"
18721872
done
18731873
done
18741874
```
18751875

1876-
You may also need to specify these strings to `com.apple.WebKit.WebContent.Development`, the global domain, or the Safari container, depending on what you're running.
1876+
You may also need to specify these strings to `com.matthewbenedict.WebKit.WebContent.Development`, the global domain, or the Safari container, depending on what you're running.
18771877

18781878
You may also pass this key and value as an argument:
18791879

10 Bytes
Binary file not shown.
30 Bytes
Binary file not shown.

LayoutTests/fast/sandbox/ios/sandbox-mach-lookup-attachment-element-expected.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Test that the WebContent process has mach lookup access to frontboard and icon s
33
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
44

55

6-
PASS internals.hasSandboxMachLookupAccessToGlobalName('com.apple.WebKit.WebContent', 'com.apple.frontboard.systemappservices') is true
7-
PASS internals.hasSandboxMachLookupAccessToGlobalName('com.apple.WebKit.WebContent', 'com.apple.iconservices') is true
6+
PASS internals.hasSandboxMachLookupAccessToGlobalName('com.matthewbenedict.WebKit.WebContent', 'com.apple.frontboard.systemappservices') is true
7+
PASS internals.hasSandboxMachLookupAccessToGlobalName('com.matthewbenedict.WebKit.WebContent', 'com.apple.iconservices') is true
88

LayoutTests/fast/sandbox/ios/sandbox-mach-lookup-attachment-element.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
description('Test that the WebContent process has mach lookup access to frontboard and icon services when the attachment element is enabled');
77

88
if (window.internals) {
9-
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName('com.apple.WebKit.WebContent', 'com.apple.frontboard.systemappservices')");
10-
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName('com.apple.WebKit.WebContent', 'com.apple.iconservices')");
9+
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName('com.matthewbenedict.WebKit.WebContent', 'com.apple.frontboard.systemappservices')");
10+
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName('com.matthewbenedict.WebKit.WebContent', 'com.apple.iconservices')");
1111
}
1212
</script>
1313
</head>

LayoutTests/fast/sandbox/ios/sandbox-mach-lookup-expected.txt

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ Regression tests for mach lookup sandbox changes on iOS
33
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
44

55

6-
PASS internals.hasSandboxMachLookupAccessToXPCServiceName("com.apple.WebKit.WebContent", "com.apple.apple-extension-service") is false
7-
PASS internals.hasSandboxMachLookupAccessToXPCServiceName("com.apple.WebKit.WebContent", "com.apple.viewservice") is false
8-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.TextInput") is false
9-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.awdd") is false
10-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.cookied") is false
11-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.iohideventsystem") is false
12-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.locationd.registration") is false
13-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.nehelper") is false
14-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.nesessionmanager") is false
15-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.nesessionmanager.content-filter") is false
16-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.pluginkit.pkd") is false
17-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.powerlog.plxpclogger.xpc") is false
18-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.system.logger") is false
19-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.aggregated") is false
20-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.tccd") is false
21-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.uikit.viewservice") is false
22-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.analyticsd") is false
23-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.distributed_notifications@1v3") is false
24-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.PowerManagement.control") is false
25-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.mobileassetd") is false
26-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.mobileassetd.v2") is false
27-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.iconservices") is false
28-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.lsd.mapdb") is false
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
6+
PASS internals.hasSandboxMachLookupAccessToXPCServiceName("com.matthewbenedict.WebKit.WebContent", "com.apple.apple-extension-service") is false
7+
PASS internals.hasSandboxMachLookupAccessToXPCServiceName("com.matthewbenedict.WebKit.WebContent", "com.apple.viewservice") is false
8+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.TextInput") is false
9+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.awdd") is false
10+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.cookied") is false
11+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.iohideventsystem") is false
12+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.locationd.registration") is false
13+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.nehelper") is false
14+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.nesessionmanager") is false
15+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.nesessionmanager.content-filter") is false
16+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.pluginkit.pkd") is false
17+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.powerlog.plxpclogger.xpc") is false
18+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.system.logger") is false
19+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.aggregated") is false
20+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.tccd") is false
21+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.uikit.viewservice") is false
22+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.analyticsd") is false
23+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.distributed_notifications@1v3") is false
24+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.PowerManagement.control") is false
25+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.mobileassetd") is false
26+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.mobileassetd.v2") is false
27+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.iconservices") is false
28+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.lsd.mapdb") is false
29+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.frontboard.systemappservices") is false
30+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.runningboard") is false

LayoutTests/fast/sandbox/ios/sandbox-mach-lookup-mail-expected.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Regression tests for mach lookup sandbox changes for Mail on iOS
33
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
44

55

6-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.lsd.open") is true
7-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.mobileassetd") is true
8-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.iconservices") is true
9-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.PowerManagement.control") is true
10-
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.apple.WebKit.WebContent", "com.apple.frontboard.systemappservices") is true
6+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.lsd.open") is true
7+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.mobileassetd") is true
8+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.iconservices") is true
9+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.PowerManagement.control") is true
10+
PASS internals.hasSandboxMachLookupAccessToGlobalName("com.matthewbenedict.WebKit.WebContent", "com.apple.frontboard.systemappservices") is true
1111

LayoutTests/fast/sandbox/ios/sandbox-mach-lookup-mail.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
description('Regression tests for mach lookup sandbox changes for Mail on iOS');
77

88
if (window.internals) {
9-
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.lsd.open\")");
10-
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.mobileassetd\")");
11-
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.iconservices\")");
12-
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.PowerManagement.control\")");
13-
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.frontboard.systemappservices\")");
9+
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.lsd.open\")");
10+
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.mobileassetd\")");
11+
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.iconservices\")");
12+
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.PowerManagement.control\")");
13+
shouldBeTrue("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.frontboard.systemappservices\")");
1414
}
1515
</script>
1616
</head>

LayoutTests/fast/sandbox/ios/sandbox-mach-lookup.html

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@
66
description('Regression tests for mach lookup sandbox changes on iOS');
77

88
if (window.internals) {
9-
shouldBeFalse("internals.hasSandboxMachLookupAccessToXPCServiceName(\"com.apple.WebKit.WebContent\", \"com.apple.apple-extension-service\")");
10-
shouldBeFalse("internals.hasSandboxMachLookupAccessToXPCServiceName(\"com.apple.WebKit.WebContent\", \"com.apple.viewservice\")");
11-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.TextInput\")");
12-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.awdd\")");
13-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.cookied\")");
14-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.iohideventsystem\")");
15-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.locationd.registration\")");
16-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.nehelper\")");
17-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.nesessionmanager\")");
18-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.nesessionmanager.content-filter\")");
19-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.pluginkit.pkd\")");
20-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.powerlog.plxpclogger.xpc\")");
21-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.system.logger\")");
22-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.aggregated\")");
23-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.tccd\")");
24-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.uikit.viewservice\")");
25-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.analyticsd\")");
26-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.distributed_notifications@1v3\")");
27-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.PowerManagement.control\")");
28-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.mobileassetd\")");
29-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.mobileassetd.v2\")");
30-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.iconservices\")");
31-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.lsd.mapdb\")");
32-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.frontboard.systemappservices\")");
33-
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.apple.WebKit.WebContent\", \"com.apple.runningboard\")");
9+
shouldBeFalse("internals.hasSandboxMachLookupAccessToXPCServiceName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.apple-extension-service\")");
10+
shouldBeFalse("internals.hasSandboxMachLookupAccessToXPCServiceName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.viewservice\")");
11+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.TextInput\")");
12+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.awdd\")");
13+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.cookied\")");
14+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.iohideventsystem\")");
15+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.locationd.registration\")");
16+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.nehelper\")");
17+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.nesessionmanager\")");
18+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.nesessionmanager.content-filter\")");
19+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.pluginkit.pkd\")");
20+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.powerlog.plxpclogger.xpc\")");
21+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.system.logger\")");
22+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.aggregated\")");
23+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.tccd\")");
24+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.uikit.viewservice\")");
25+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.analyticsd\")");
26+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.distributed_notifications@1v3\")");
27+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.PowerManagement.control\")");
28+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.mobileassetd\")");
29+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.mobileassetd.v2\")");
30+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.iconservices\")");
31+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.lsd.mapdb\")");
32+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.frontboard.systemappservices\")");
33+
shouldBeFalse("internals.hasSandboxMachLookupAccessToGlobalName(\"com.matthewbenedict.WebKit.WebContent\", \"com.apple.runningboard\")");
3434
}
3535
</script>
3636
</head>

0 commit comments

Comments
 (0)