summaryrefslogtreecommitdiffstats
path: root/os-dep
diff options
context:
space:
mode:
authorTakehiko Yokota <skirnir@gmail.com>2024-04-24 18:03:59 +0900
committerTomas Mraz <tomas@openssl.org>2024-04-26 14:03:06 +0200
commitf0115d45072ae7c4e2e3658ec0db43195b31251c (patch)
tree4a5a38d818cff157bd80eec258ff50c8751e2717 /os-dep
parente6df53d3a9c5f62bdce47f1824cadb563eb98b72 (diff)
Add an Apple privacy info file for OpenSSL
Added PrivacyInfo.xcprivacy to os-dep/Apple/ dir. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24260) (cherry picked from commit bde66e828dd2869d02225e4aab01d0983f242ae3)
Diffstat (limited to 'os-dep')
-rw-r--r--os-dep/Apple/PrivacyInfo.xcprivacy23
1 files changed, 23 insertions, 0 deletions
diff --git a/os-dep/Apple/PrivacyInfo.xcprivacy b/os-dep/Apple/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000000..285dd5beba
--- /dev/null
+++ b/os-dep/Apple/PrivacyInfo.xcprivacy
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>NSPrivacyAccessedAPITypes</key>
+ <array>
+ <dict>
+ <key>NSPrivacyAccessedAPIType</key>
+ <string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
+ <key>NSPrivacyAccessedAPITypeReasons</key>
+ <array>
+ <string>C617.1</string>
+ </array>
+ </dict>
+ </array>
+ <key>NSPrivacyCollectedDataTypes</key>
+ <array/>
+ <key>NSPrivacyTrackingDomains</key>
+ <array/>
+ <key>NSPrivacyTracking</key>
+ <false/>
+</dict>
+</plist>