new preference domain

This commit is contained in:
Bob Gendler
2022-07-18 11:25:33 -04:00
parent d78f50bdde
commit 9c49e491d8

View File

@@ -6,7 +6,7 @@ discussion: |
The information system _MUST_ be configured to provide only essential capabilities. Disabling ad tracking ensures that applications and advertisers are unable to track users' interests and deliver targeted advertisements.
check: |
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.AdLib')\
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.applicationaccess')\
.objectForKey('allowApplePersonalizedAdvertising').js
EOS
result:
@@ -56,5 +56,5 @@ tags:
- cisv8
mobileconfig: true
mobileconfig_info:
com.apple.AdLib:
com.apple.applicationaccess:
allowApplePersonalizedAdvertising: false