From 9c49e491d8d2ee7a91bc3a120aa6d8dbae277909 Mon Sep 17 00:00:00 2001 From: Bob Gendler Date: Mon, 18 Jul 2022 11:25:33 -0400 Subject: [PATCH] new preference domain --- rules/sysprefs/sysprefs_personalized_advertising_disable.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sysprefs/sysprefs_personalized_advertising_disable.yaml b/rules/sysprefs/sysprefs_personalized_advertising_disable.yaml index d2c4b1cd..0cac6f90 100644 --- a/rules/sysprefs/sysprefs_personalized_advertising_disable.yaml +++ b/rules/sysprefs/sysprefs_personalized_advertising_disable.yaml @@ -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