From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../browser.developer.entitlements.xml | 36 +++++++++++++++++++ .../browser.production.entitlements.xml | 29 +++++++++++++++ .../mac/hardenedruntime/developer.entitlements.xml | 41 ++++++++++++++++++++++ .../plugin-container.developer.entitlements.xml | 36 +++++++++++++++++++ .../plugin-container.production.entitlements.xml | 29 +++++++++++++++ .../hardenedruntime/production.entitlements.xml | 26 ++++++++++++++ 6 files changed, 197 insertions(+) create mode 100644 security/mac/hardenedruntime/browser.developer.entitlements.xml create mode 100644 security/mac/hardenedruntime/browser.production.entitlements.xml create mode 100644 security/mac/hardenedruntime/developer.entitlements.xml create mode 100644 security/mac/hardenedruntime/plugin-container.developer.entitlements.xml create mode 100644 security/mac/hardenedruntime/plugin-container.production.entitlements.xml create mode 100644 security/mac/hardenedruntime/production.entitlements.xml (limited to 'security/mac') diff --git a/security/mac/hardenedruntime/browser.developer.entitlements.xml b/security/mac/hardenedruntime/browser.developer.entitlements.xml new file mode 100644 index 0000000000..75fad22d18 --- /dev/null +++ b/security/mac/hardenedruntime/browser.developer.entitlements.xml @@ -0,0 +1,36 @@ + + + + + + + com.apple.security.cs.allow-unsigned-executable-memory + + + com.apple.security.cs.disable-library-validation + + + com.apple.security.cs.allow-dyld-environment-variables + + + com.apple.security.get-task-allow + + + com.apple.security.device.audio-input + + + com.apple.security.device.camera + + + com.apple.security.personal-information.location + + + com.apple.security.automation.apple-events + + diff --git a/security/mac/hardenedruntime/browser.production.entitlements.xml b/security/mac/hardenedruntime/browser.production.entitlements.xml new file mode 100644 index 0000000000..c45fb7806d --- /dev/null +++ b/security/mac/hardenedruntime/browser.production.entitlements.xml @@ -0,0 +1,29 @@ + + + + + + + com.apple.security.cs.allow-unsigned-executable-memory + + + com.apple.security.cs.disable-library-validation + + + com.apple.security.device.audio-input + + + com.apple.security.device.camera + + + com.apple.security.personal-information.location + + + com.apple.security.automation.apple-events + + diff --git a/security/mac/hardenedruntime/developer.entitlements.xml b/security/mac/hardenedruntime/developer.entitlements.xml new file mode 100644 index 0000000000..4483feed31 --- /dev/null +++ b/security/mac/hardenedruntime/developer.entitlements.xml @@ -0,0 +1,41 @@ + + + + + + + com.apple.security.cs.allow-unsigned-executable-memory + + + com.apple.security.cs.disable-library-validation + + + com.apple.security.cs.allow-dyld-environment-variables + + + com.apple.security.get-task-allow + + + com.apple.security.device.audio-input + + + com.apple.security.device.camera + + + com.apple.security.personal-information.location + + + com.apple.security.smartcard + + diff --git a/security/mac/hardenedruntime/plugin-container.developer.entitlements.xml b/security/mac/hardenedruntime/plugin-container.developer.entitlements.xml new file mode 100644 index 0000000000..4549811196 --- /dev/null +++ b/security/mac/hardenedruntime/plugin-container.developer.entitlements.xml @@ -0,0 +1,36 @@ + + + + + + + com.apple.security.cs.allow-unsigned-executable-memory + + + com.apple.security.cs.disable-library-validation + + + com.apple.security.cs.allow-dyld-environment-variables + + + com.apple.security.get-task-allow + + + com.apple.security.device.audio-input + + + com.apple.security.device.camera + + + com.apple.security.personal-information.location + + + com.apple.security.automation.apple-events + + diff --git a/security/mac/hardenedruntime/plugin-container.production.entitlements.xml b/security/mac/hardenedruntime/plugin-container.production.entitlements.xml new file mode 100644 index 0000000000..3481f98a0d --- /dev/null +++ b/security/mac/hardenedruntime/plugin-container.production.entitlements.xml @@ -0,0 +1,29 @@ + + + + + + + com.apple.security.cs.allow-unsigned-executable-memory + + + com.apple.security.cs.disable-library-validation + + + com.apple.security.device.audio-input + + + com.apple.security.device.camera + + + com.apple.security.personal-information.location + + + com.apple.security.automation.apple-events + + diff --git a/security/mac/hardenedruntime/production.entitlements.xml b/security/mac/hardenedruntime/production.entitlements.xml new file mode 100644 index 0000000000..81aac9a450 --- /dev/null +++ b/security/mac/hardenedruntime/production.entitlements.xml @@ -0,0 +1,26 @@ + + + + + + + com.apple.security.cs.allow-unsigned-executable-memory + + + com.apple.security.cs.disable-library-validation + + + com.apple.security.device.audio-input + + + com.apple.security.device.camera + + + com.apple.security.personal-information.location + + + com.apple.security.smartcard + + -- cgit v1.2.3