-
Notifications
You must be signed in to change notification settings - Fork 1
/
com.jamf.connect.pam.plist
48 lines (46 loc) · 1.16 KB
/
com.jamf.connect.pam.plist
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
39
40
41
42
43
44
45
46
<?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>system.install.software</key>
<false />
<key>system.install.apple-software</key>
<true/>
<key>system.preferences.network</key>
<true/>
<key>system.services.systemconfiguration.network</key>
<true/>
<key>system.preferences.printing</key>
<true/>
<key>system.print.operator</key>
<true/>
<key>system.print.admin</key>
<true/>
<key>system.preferences.security</key>
<true/>
<key>system.preferences.security.remotepair</key>
<true/>
<key>com.apple.DiskManagement.reserveKEK</key>
<true/>
<key>system.preferences.accounts</key>
<true/>
<key>system.csfde.requestpassword</key>
<true/>
<key>system.preferences</key>
<true/>
<key>system.preferences.datetime</key>
<true/>
<key>system.preferences.energysaver</key>
<true/>
<key>system.preferences.accessibility</key>
<true/>
<key>system.install.apple-config-data</key>
<true/>
<key>system.privilege.admin</key>
<true/>
<key>com.apple.desktopservices</key>
<true/>
<key>system.preferences.sharing</key>
<true/>
</dict>
</plist>