mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Add CIS policy for tests (#22112)
This commit is contained in:
parent
2bfbf2fe3f
commit
b11edd9398
2 changed files with 38 additions and 0 deletions
|
|
@ -0,0 +1,37 @@
|
|||
<?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>PayloadDisplayName</key>
|
||||
<string>Ensure Show Status Bar Is Enabled</string>
|
||||
<key>PayloadType</key>
|
||||
<string>com.apple.Safari</string>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>com.fleetdm.cis-ensure-show-status-bar-is-enabled</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>708B39DB-E2B7-405C-A523-88F3DDC8DFFC</string>
|
||||
<key>ShowOverlayStatusBar</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>PayloadDescription</key>
|
||||
<string>Ensure Show Status Bar Is Enabled</string>
|
||||
<key>PayloadDisplayName</key>
|
||||
<string>Ensure Show Status Bar Is Enabled</string>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>com.fleetdm.cis-ensure-show-status-bar-is-enabled</string>
|
||||
<key>PayloadRemovalDisallowed</key>
|
||||
<false/>
|
||||
<key>PayloadScope</key>
|
||||
<string>System</string>
|
||||
<key>PayloadType</key>
|
||||
<string>Configuration</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>00FB5D02-8044-4E6F-884C-D73E7A32A2E7</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
@ -87,6 +87,7 @@ controls:
|
|||
- path: ../lib/configuration-profiles/macos-secure-terminal-keyboard.mobileconfig
|
||||
- path: ../lib/configuration-profiles/macos-disable-update-notifications.mobileconfig
|
||||
- path: ../lib/configuration-profiles/passcode-settings-ddm.json
|
||||
- path: ../lib/configuration-profiles/macos-ensure-show-status-bar-is-enabled.mobileconfig
|
||||
macos_setup:
|
||||
bootstrap_package: ""
|
||||
enable_end_user_authentication: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue