Skip to content

Commit

Permalink
adding some more config profile stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
krispayne committed Sep 30, 2016
1 parent 44eda54 commit 5293794
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ fut.sh
user_template.sh

cis.log

.DS_Store
8 changes: 8 additions & 0 deletions cis-AFPGuestAccess.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>guestAccess</key>
<false/>
</dict>
</plist>
8 changes: 8 additions & 0 deletions cis-SMBGuestAccess.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>AllowGuestAccess</key>
<false/>
</dict>
</plist>
10 changes: 10 additions & 0 deletions cis-automaticAppStore.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>AutoUpdate</key>
<true/>
<!--<key>AutoUpdateRestartRequired</key>
<true/> -->
</dict>
</plist>
12 changes: 12 additions & 0 deletions cis-automaticSoftwareUpdate.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?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>AutomaticCheckEnabled</key>
<integer>1</integer>
<key>ConfigDataInstall</key>
<true/>
<key>CriticalUpdateInstall</key>
<true/>
</dict>
</plist>

0 comments on commit 5293794

Please sign in to comment.