Add an Apple privacy info file for OpenSSL
authorTakehiko Yokota <skirnir@gmail.com>
Wed, 24 Apr 2024 09:03:59 +0000 (18:03 +0900)
committerTomas Mraz <tomas@openssl.org>
Fri, 26 Apr 2024 12:01:36 +0000 (14:01 +0200)
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)

os-dep/Apple/PrivacyInfo.xcprivacy [new file with mode: 0644]

diff --git a/os-dep/Apple/PrivacyInfo.xcprivacy b/os-dep/Apple/PrivacyInfo.xcprivacy
new file mode 100644 (file)
index 0000000..285dd5b
--- /dev/null
@@ -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>