Skip to content

Commit

Permalink
Adding comments to plists for preference domains
Browse files Browse the repository at this point in the history
  • Loading branch information
krispayne committed Sep 30, 2016
1 parent 17b0825 commit ef0753a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ user_template.sh
cis.log

.DS_Store

CIS-Settings.sublime-project

CIS-Settings.sublime-workspace
2 changes: 2 additions & 0 deletions cis-AFPGuestAccess.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.AppleFileServer as Preference Domain.</string>
<key>guestAccess</key>
<false/>
</dict>
Expand Down
2 changes: 2 additions & 0 deletions cis-SMBGuestAccess.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.smb.server as Preference Domain.</string>
<key>AllowGuestAccess</key>
<false/>
</dict>
Expand Down
2 changes: 2 additions & 0 deletions cis-automaticAppStore.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.commerce as Preference Domain.</string>
<key>AutoUpdate</key>
<true/>
<!--<key>AutoUpdateRestartRequired</key>
Expand Down
2 changes: 2 additions & 0 deletions cis-automaticSoftwareUpdate.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.SoftwareUpdate as Preference Domain.</string>
<key>AutomaticCheckEnabled</key>
<integer>1</integer>
<key>ConfigDataInstall</key>
Expand Down

0 comments on commit ef0753a

Please sign in to comment.