Skip to content

Commit c55acc8

Browse files
committed
[macOS] Deny mach-lookup to the service 'com.apple.SystemConfiguration.configd' in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=219680 <rdar://problem/69019138> Reviewed by Brent Fulgham. Deny mach-lookup to the service 'com.apple.SystemConfiguration.configd' in the WebContent process on macOS, since there are no reports of this being used. No new tests, since the result will depend on macOS version. * WebProcess/com.apple.WebProcess.sb.in: Canonical link: https://commits.webkit.org/232322@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@270658 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 6edb769 commit c55acc8

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

Source/WebKit/ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2020-12-10 Per Arne Vollan <pvollan@apple.com>
2+
3+
[macOS] Deny mach-lookup to the service 'com.apple.SystemConfiguration.configd' in the WebContent process
4+
https://bugs.webkit.org/show_bug.cgi?id=219680
5+
<rdar://problem/69019138>
6+
7+
Reviewed by Brent Fulgham.
8+
9+
Deny mach-lookup to the service 'com.apple.SystemConfiguration.configd' in the WebContent process on macOS,
10+
since there are no reports of this being used.
11+
12+
No new tests, since the result will depend on macOS version.
13+
14+
* WebProcess/com.apple.WebProcess.sb.in:
15+
116
2020-12-10 Per Arne Vollan <pvollan@apple.com>
217

318
[macOS] Create sandbox extension for AppleAVDUserClient when Media in GPU process is not enabled

Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,9 +986,9 @@
986986
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
987987
(with report) (with telemetry-backtrace)
988988
#endif
989-
(global-name "com.apple.SystemConfiguration.configd")
990989
#if __MAC_OS_X_VERSION_MIN_REQUIRED <= 110000
991990
(global-name "com.apple.PowerManagement.control")
991+
(global-name "com.apple.SystemConfiguration.configd")
992992
(global-name "com.apple.assertiond.processassertionconnection")
993993
#endif
994994
(global-name "com.apple.fonts")

0 commit comments

Comments
 (0)