Last change
on this file since 85938 was 83075, checked in by vboxsync, 5 years ago |
Support/darwin: Additional entitlements are no longer needed when using VBOX_WITH_MACOS_HARDENED_RUNTIME since there's now a different workaround in place. bugref:9466
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
545 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
---|
3 | <plist version="1.0">
|
---|
4 | <dict>
|
---|
5 | <!-- <key>com.apple.security.cs.allow-jit</key> <true/> -->
|
---|
6 | <!-- <key>com.apple.security.cs.allow-unsigned-executable-memory</key> <true/> -->
|
---|
7 | <!-- <key>com.apple.security.cs.disable-executable-page-protection</key> <true/> -->
|
---|
8 | <key>com.apple.security.device.audio-input</key> <true/>
|
---|
9 | </dict>
|
---|
10 | </plist>
|
---|
11 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.