mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-03-18 06:32:12 +00:00
new preference domain
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user