diff --git a/entitlements.mac.plist b/entitlements.mac.plist index ad77a2a1e..0189533a5 100644 --- a/entitlements.mac.plist +++ b/entitlements.mac.plist @@ -1,14 +1,22 @@ - - com.apple.security.cs.allow-jit - - com.apple.security.cs.allow-unsigned-executable-memory - - com.apple.security.cs.allow-dyld-environment-variables - - com.apple.security.cs.disable-library-validation - - + + com.apple.security.app-sandbox + + com.apple.security.inherit + + com.apple.security.network.client + + com.apple.security.network.server + + com.apple.security.cs.allow-jit + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.disable-library-validation + + com.apple.security.cs.disable-executable-page-protection + + \ No newline at end of file