|
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3 | 3 | <plist version="1.0">
|
4 | 4 | <dict>
|
5 |
| - <key>PayloadDescription</key> |
6 |
| - <string>This profile configuration is designed to apply the CIS Benchmark for macOS 10.14 (v2.0.0), 10.15 (v2.0.0), 11.0 (v2.0.0), and 12.0 (v1.0.0)</string> |
7 |
| - <key>PayloadDisplayName</key> |
8 |
| - <string>Disable guest account</string> |
9 |
| - <key>PayloadIdentifier</key> |
10 |
| - <string>cis.macOSBenchmark.section5.GuestAccess</string> |
11 |
| - <key>PayloadOrganization</key> |
12 |
| - <string>Center for Internet Security</string> |
13 |
| - <key>PayloadScope</key> |
14 |
| - <string>System</string> |
15 |
| - <key>PayloadType</key> |
16 |
| - <string>Configuration</string> |
17 |
| - <key>PayloadUUID</key> |
18 |
| - <string>E7775451-8672-4F26-ACB5-A81103A81524</string> |
19 |
| - <key>PayloadVersion</key> |
20 |
| - <integer>1</integer> |
21 |
| - <key>TargetDeviceType</key> |
22 |
| - <integer>5</integer> |
23 |
| - <key>PayloadRemovalDisallowed</key> |
24 |
| - <true/> |
25 |
| - <key>PayloadContent</key> |
26 |
| - <array> |
27 |
| - <dict> |
28 |
| - <key>PayloadDisplayName</key> |
29 |
| - <string>6.1.3 - Ensure Guest Account Is Disabled</string> |
30 |
| - <key>PayloadIdentifier</key> |
31 |
| - <string>CIS.macOS.showpasswordhint</string> |
32 |
| - <key>PayloadType</key> |
33 |
| - <string>com.apple.loginwindow</string> |
34 |
| - <key>PayloadUUID</key> |
35 |
| - <string>2C04F112-824E-4A74-90AF-D51270691CC5</string> |
36 |
| - <key>PayloadVersion</key> |
37 |
| - <integer>1</integer> |
38 |
| - <key>DisableGuestAccount</key> |
39 |
| - <true/> |
40 |
| - <key>EnableGuestAccount</key> |
41 |
| - <false/> |
42 |
| - </dict> |
43 |
| - </array> |
| 5 | + <key>PayloadContent</key> |
| 6 | + <array> |
| 7 | + <dict> |
| 8 | + <key>DisableGuestAccount</key> |
| 9 | + <true/> |
| 10 | + <key>PayloadIdentifier</key> |
| 11 | + <string>com.example.myaccountpayload</string> |
| 12 | + <key>PayloadType</key> |
| 13 | + <string>com.apple.MCX</string> |
| 14 | + <key>PayloadUUID</key> |
| 15 | + <string>5d4e377c-108c-44af-a46e-97a5aac1e270</string> |
| 16 | + <key>PayloadVersion</key> |
| 17 | + <integer>1</integer> |
| 18 | + </dict> |
| 19 | + </array> |
| 20 | + <key>PayloadDisplayName</key> |
| 21 | + <string>Disable guest account</string> |
| 22 | + <key>PayloadIdentifier</key> |
| 23 | + <string>com.fleet.disable-guest-account</string> |
| 24 | + <key>PayloadType</key> |
| 25 | + <string>Configuration</string> |
| 26 | + <key>PayloadUUID</key> |
| 27 | + <string>8cd28a9d-625e-4056-bbd0-43617bb8efb7</string> |
| 28 | + <key>PayloadVersion</key> |
| 29 | + <integer>1</integer> |
44 | 30 | </dict>
|
45 | 31 | </plist>
|
0 commit comments