summaryrefslogtreecommitdiff
path: root/contrib/pkginstaller/hvf.entitlements
diff options
context:
space:
mode:
authorAnjan Nath <kaludios@gmail.com>2022-07-28 18:49:39 +0530
committerAnjan Nath <kaludios@gmail.com>2022-08-03 21:20:10 +0530
commitc5029d2eea9ae5d782d1d8094ee2a646ffc2bdf4 (patch)
tree76ead3ff769f55529809769d78efbc744c8641d2 /contrib/pkginstaller/hvf.entitlements
parent47a814aa6df97da834315d778cb68f66a82c3231 (diff)
downloadpodman-c5029d2eea9ae5d782d1d8094ee2a646ffc2bdf4.tar.gz
podman-c5029d2eea9ae5d782d1d8094ee2a646ffc2bdf4.tar.bz2
podman-c5029d2eea9ae5d782d1d8094ee2a646ffc2bdf4.zip
pkginstaller: sign qemu-system-* binary for the pkg
add file hvf.entitlements which has the com.apple.security.hypervisor entitlement needed for qemu [NO NEW TESTS NEEDED] Signed-off-by: Anjan Nath <kaludios@gmail.com>
Diffstat (limited to 'contrib/pkginstaller/hvf.entitlements')
-rw-r--r--contrib/pkginstaller/hvf.entitlements8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/pkginstaller/hvf.entitlements b/contrib/pkginstaller/hvf.entitlements
new file mode 100644
index 000000000..154f3308e
--- /dev/null
+++ b/contrib/pkginstaller/hvf.entitlements
@@ -0,0 +1,8 @@
+<?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">
+<dict>
+ <key>com.apple.security.hypervisor</key>
+ <true/>
+</dict>
+</plist>