forked from gregneagle/profiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cant_disable_filevault.mobileconfig
43 lines (43 loc) · 1.23 KB
/
cant_disable_filevault.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
39
40
41
42
43
<?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>
<dict>
<key>DestroyFVKeyOnStandby</key>
<false/>
<key>PayloadDisplayName</key>
<string>Security & Privacy</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>com.github.gregneagle.cant_disable_filevault</string>
<key>PayloadType</key>
<string>com.apple.MCX</string>
<key>PayloadUUID</key>
<string>9957f948-7ac4-0c96-4c8e-28884ad430ec</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>dontAllowFDEDisable</key>
<true/>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Can't Disable FileVault 2</string>
<key>PayloadIdentifier</key>
<string>com.github.gregneagle.cant_disable_filevault</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>0dc319a0-c331-0131-eeb5-000c294ab81b</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>