E58F [iOS] Update the Network process sandbox from telemetry · WebKit/WebKit@de0e298 · GitHub
[go: up one dir, main page]

Skip to content

Commit de0e298

Browse files
committed
[iOS] Update the Network process sandbox from telemetry
https://bugs.webkit.org/show_bug.cgi?id=250528 rdar://problem/104193989 Reviewed by Chris Dumez. Update the Network process sandbox on iOS from telemetry. * Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb.in: Canonical link: https://commits.webkit.org/258879@main
1 parent 2a70c7a commit de0e298

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb.in

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,20 @@
4747
(allow socket-option-set (with telemetry) (with report))
4848
(allow socket-option-get (with telemetry) (with report))
4949

50+
(allow socket-option-set
51+
(require-all
52+
(socket-option-level IPPROTO_IPV6)
53+
(socket-option-name 27 61)))
54+
5055
(allow socket-option-set
5156
(require-all
5257
(socket-option-level SOL_SOCKET)
5358
(socket-option-name
59+
SO_NECP_LISTENUUID
5460
SO_NOSIGPIPE
55-
SO_RCVBUF)))
61+
SO_RCVBUF
62+
SO_REUSEADDR
63+
SO_REUSEPORT)))
5664
#endif
5765

5866
(allow system-privilege (with grant)

0 commit comments

Comments
 (0)
0