-
Notifications
You must be signed in to change notification settings - Fork 0
/
Disable_airprint.mobileconfig
38 lines (38 loc) · 1.38 KB
/
Disable_airprint.mobileconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<!-- Disable AirPrint -->
<dict>
<key>PayloadType</key>
<string>com.apple.applicationaccess</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.apple.applicationaccess.airprint.501FDD1E-3F68-4C75-9AA4-37D7C9F51C81</string>
<key>PayloadUUID</key>
<string>501FDD1E-3F68-4C75-9AA4-37D7C9F51C81</string>
<key>PayloadDisplayName</key>
<string>Disable AirPrint</string>
<key>allowAirPrint</key>
<false/>
<key>allowAirPrintCredentialsStorage</key>
<false/>
<key>allowAirPrintiBeaconDiscovery</key>
<false/>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>AirPrint Restrictions</string>
<key>PayloadIdentifier</key>
<string>com.example.macos.airprintrestrictions</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>3F15D6C7-1EBC-4DA5-BCDE-A28594D51AC6</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>