2022-08-27 11:27:58 +02:00
|
|
|
<?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">
|
2023-09-21 09:20:37 +02:00
|
|
|
<dict>
|
2023-10-15 08:13:55 +02:00
|
|
|
<key>com.apple.security.automation.apple-events</key>
|
|
|
|
<true/>
|
|
|
|
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
|
|
|
<true/>
|
2023-09-21 09:20:37 +02:00
|
|
|
<key>com.apple.security.cs.allow-jit</key>
|
|
|
|
<true/>
|
|
|
|
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
|
|
|
<true/>
|
2023-10-15 08:13:55 +02:00
|
|
|
<key>com.apple.security.cs.debugger</key>
|
|
|
|
<true/>
|
2023-10-15 07:10:12 +02:00
|
|
|
<key>com.apple.security.cs.disable-library-validation</key>
|
2023-09-21 09:20:37 +02:00
|
|
|
<true/>
|
2023-10-15 08:13:55 +02:00
|
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
|
|
|
<true/>
|
|
|
|
<key>com.apple.security.inherit</key>
|
|
|
|
<true/>
|
|
|
|
<key>com.apple.security.network.client</key>
|
|
|
|
<true/>
|
|
|
|
<key>com.apple.security.network.server</key>
|
|
|
|
<true/>
|
2023-09-21 09:20:37 +02:00
|
|
|
</dict>
|
2023-10-15 07:10:12 +02:00
|
|
|
</plist>
|