Add hardware sec flags (#781)

* Add hardware sec flags

* Add hardware sec flags to xpc too
This commit is contained in:
Max Goedjen
2025-12-30 16:18:22 -05:00
committed by GitHub
parent afb48529c7
commit 9f2c6d9e84
5 changed files with 95 additions and 0 deletions

View File

@@ -4,6 +4,12 @@
<dict>
<key>com.apple.security.hardened-process</key>
<true/>
<key>com.apple.security.hardened-process.checked-allocations</key>
<true/>
<key>com.apple.security.hardened-process.checked-allocations.enable-pure-data</key>
<true/>
<key>com.apple.security.hardened-process.checked-allocations.no-tagged-receive</key>
<true/>
<key>com.apple.security.hardened-process.dyld-ro</key>
<true/>
<key>com.apple.security.hardened-process.enhanced-security-version</key>