summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hardened_runtime.xcent.in3
-rw-r--r--lo.xcent3
2 files changed, 6 insertions, 0 deletions
diff --git a/hardened_runtime.xcent.in b/hardened_runtime.xcent.in
index 148134a32c77..cbaba171ad19 100644
--- a/hardened_runtime.xcent.in
+++ b/hardened_runtime.xcent.in
@@ -15,6 +15,9 @@
<!-- allow use of third-party plugins/frameworks (aka Java) -->
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
+ <!-- Allow Base to import data from Adddress Book -->
+ <key>com.apple.security.personal-information.addressbook</key>
+ <true/>
@GET_TASK_ALLOW_ENTITLEMENT@
</dict>
</plist>
diff --git a/lo.xcent b/lo.xcent
index d0e3b5ce3f8e..8ed137c9d7c4 100644
--- a/lo.xcent
+++ b/lo.xcent
@@ -22,5 +22,8 @@
<true/>
<key>com.apple.security.cs.disable-executable-page-protection</key>
<true/>
+ <!-- Allow Base to import data from Adddress Book -->
+ <key>com.apple.security.personal-information.addressbook</key>
+ <true/>
</dict>
</plist>