]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSMacOSX/srp-mdns-proxy-entitlements.plist
mDNSResponder-1310.80.1.tar.gz
[apple/mdnsresponder.git] / mDNSMacOSX / srp-mdns-proxy-entitlements.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>seatbelt-profiles</key>
6 <array>
7 <string>temporary-sandbox</string>
8 </array>
9 <key>platform-application</key>
10 <true/>
11
12 <key>com.apple.security.network.client</key>
13 <true/>
14
15 <key>com.apple.security.network.server</key>
16 <true/>
17
18 <key>com.apple.networkd_privileged</key>
19 <true/>
20
21 <key>com.apple.private.network.reserved-port</key>
22 <true/>
23
24 <key>com.apple.private.wpantund.service.xpc</key>
25 <true/>
26
27 <key>com.apple.private.fillmore.service.add</key>
28 <true/>
29
30 <key>com.apple.private.fillmore.service.remove</key>
31 <true/>
32
33 <key>com.apple.private.fillmore.prefix.modification</key>
34 <true/>
35
36 <key>com.apple.security.exception.mach-lookup.global-name</key>
37 <array>
38 <string>com.apple.wpantund.xpc</string>
39 <string>com.apple.network.IPConfiguration</string>
40 </array>
41
42 <key>com.apple.security.exception.sysctl.read-write</key>
43 <array>
44 <string>net.inet6.ip6.forwarding</string>
45 </array>
46
47 <key>com.apple.SystemConfiguration.SCDynamicStore-write-access</key>
48 <true/>
49
50 <key>com.apple.security.exception.shared-preference.read-write</key>
51 <array>
52 <string>com.apple.srp-mdns-proxy.preferences</string>
53 </array>
54
55 <key>com.apple.security.exception.files.absolute-path.read-write</key>
56 <array>
57 <string>/private/var/preferences/SystemConfiguration/preferences.plist</string>
58 </array>
59
60 <key>com.apple.security.exception.files.absolute-path.read-only</key>
61 <array>
62 <string>/usr/libexec</string>
63 <string>/dev/fd</string>
64 </array>
65
66 </dict>
67 </plist>