E58F
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a70c7a commit de0e298Copy full SHA for de0e298
Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb.in
@@ -47,12 +47,20 @@
47
(allow socket-option-set (with telemetry) (with report))
48
(allow socket-option-get (with telemetry) (with report))
49
50
+(allow socket-option-set
51
+ (require-all
52
+ (socket-option-level IPPROTO_IPV6)
53
+ (socket-option-name 27 61)))
54
+
55
(allow socket-option-set
56
(require-all
57
(socket-option-level SOL_SOCKET)
58
(socket-option-name
59
+ SO_NECP_LISTENUUID
60
SO_NOSIGPIPE
- SO_RCVBUF)))
61
+ SO_RCVBUF
62
+ SO_REUSEADDR
63
+ SO_REUSEPORT)))
64
#endif
65
66
(allow system-privilege (with grant)
0 commit comments