Files
macos_security/rules/os/os_config_profile_ui_install_disable.yaml
2023-09-14 14:21:06 -04:00

44 lines
1.0 KiB
YAML

id: os_config_profile_ui_install_disable
title: "Disable Installation of Configuration Profiles through the User Interface"
discussion: |
Installation of configuration profiles through the user interface _MUST_ be disabled and only be permitted through an authorized MDM server.
check: |
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.applicationaccess')\
.objectForKey('allowUIConfigurationProfileInstallation').js
EOS
result:
string: "false"
fix: |
This is implemented by a Configuration Profile.
references:
cce:
- CCE-92777-2
cci:
- N/A
800-53r5:
- CM-5
800-171r2:
- 3.4.5
cis:
benchmark:
- N/A
controls v8:
- N/A
cmmc:
- CM.L2-3.4.5
macOS:
- "14.0"
tags:
- 800-53r5_low
- 800-53r5_moderate
- 800-53r5_high
- 800-171
- cnssi-1253_moderate
- cnssi-1253_low
- cnssi-1253_high
- cmmc_lvl2
mobileconfig: true
mobileconfig_info:
com.apple.applicationaccess:
allowUIConfigurationProfileInstallation: false