From 9462dd3ddc55e3e48e47ca794c05e11cabb6226e Mon Sep 17 00:00:00 2001 From: Kenneth Chew Date: Sun, 17 Apr 2022 21:52:46 -0400 Subject: Improve security by enabling hardened runtime for macOS This change also fixes a bug on recent versions of macOS where Minecraft mods that requested access to the microphone would silently fail. --- program_info/App.entitlements | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 program_info/App.entitlements (limited to 'program_info') diff --git a/program_info/App.entitlements b/program_info/App.entitlements new file mode 100644 index 00000000..1850b990 --- /dev/null +++ b/program_info/App.entitlements @@ -0,0 +1,12 @@ + + + + + com.apple.security.cs.disable-library-validation + + com.apple.security.device.audio-input + + com.apple.security.device.camera + + + -- cgit