Skip to content

Commit

Permalink
adding more plists for non-config profile settings
Browse files Browse the repository at this point in the history
  • Loading branch information
krispayne committed Oct 4, 2017
1 parent 87511fa commit 2a2197a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cis-2.8-disableIRReciever.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?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>Comment</key>
<string>For use in Custom Setting payload for profiles. Use com.apple.driver.AppleIRController as Preference Domain.</string>
<key>DeviceEnabled</key>
<false/>
</dict>
</plist>
10 changes: 10 additions & 0 deletions cis-2.9-enableSecureKeyboardEntryTerminal.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?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>Comment</key>
<string>For use in Custom Setting payload for profiles. Use com.apple.Terminal as Preference Domain.</string>
<key>SecureKeyboardEntry</key>
<true/>
</dict>
</plist>
10 changes: 10 additions & 0 deletions cis-5.9-requirePasswordScreensaver.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?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>Comment</key>
<string>For use in Custom Setting payload for profiles. Use com.apple.screensaver as Preference Domain.</string>
<key>askForPassword</key>
<true/>
</dict>
</plist>

0 comments on commit 2a2197a

Please sign in to comment.