diff options
author | Anjan Nath <kaludios@gmail.com> | 2022-07-28 18:49:39 +0530 |
---|---|---|
committer | Ashley Cui <acui@redhat.com> | 2022-08-04 09:45:57 -0400 |
commit | 64db955e064af0651fe2e768c0bc934268aeb01a (patch) | |
tree | 27c94d2ac0c21250522cd541fc35b53e33950339 /contrib/pkginstaller/hvf.entitlements | |
parent | 9a820b480a63f7453512622bc053264c6f1c34fb (diff) | |
download | podman-64db955e064af0651fe2e768c0bc934268aeb01a.tar.gz podman-64db955e064af0651fe2e768c0bc934268aeb01a.tar.bz2 podman-64db955e064af0651fe2e768c0bc934268aeb01a.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.entitlements | 8 |
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> |