mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
refactor: update DDM logic for nested keys
DDM configuraitons with nested keys are correctly generated
This commit is contained in:
4
custom/rules/.gitignore
vendored
4
custom/rules/.gitignore
vendored
@@ -1,4 +0,0 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
@@ -97,6 +97,7 @@ ddm:
|
||||
- com.apple.configuration.services.configuration-files
|
||||
- com.apple.configuration.passcode.settings
|
||||
- com.apple.configuration.diskmanagement.settings
|
||||
- com.apple.configuration.softwareupdate.settings
|
||||
services:
|
||||
com.apple.bash: /etc/
|
||||
com.apple.pam: /etc/pam.d/
|
||||
|
||||
@@ -28,7 +28,7 @@ references:
|
||||
- N/A
|
||||
cis:
|
||||
benchmark:
|
||||
- 1.4 (level 1)
|
||||
- 1.5 (level 1)
|
||||
controls v8:
|
||||
- 7.3
|
||||
- 7.4
|
||||
@@ -38,6 +38,6 @@ mobileconfig: false
|
||||
mobileconfig_info:
|
||||
ddm_info:
|
||||
declarationtype: com.apple.configuration.softwareupdate.settings
|
||||
ddm_key:
|
||||
AutomaticActions: Download
|
||||
ddm_value: AlwaysOn
|
||||
ddm_key: AutomaticActions
|
||||
ddm_value:
|
||||
Download: AlwaysOn
|
||||
@@ -49,6 +49,6 @@ mobileconfig: false
|
||||
mobileconfig_info:
|
||||
ddm_info:
|
||||
declarationtype: com.apple.configuration.softwareupdate.settings
|
||||
ddm_key:
|
||||
AutomaticActions: InstallSecurityUpdate
|
||||
ddm_value: AlwaysOn
|
||||
ddm_key: AutomaticActions
|
||||
ddm_value:
|
||||
InstallSecurityUpdate: AlwaysOn
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user