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/Makefile | |
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/Makefile')
-rw-r--r-- | contrib/pkginstaller/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pkginstaller/Makefile b/contrib/pkginstaller/Makefile index 19c9b51aa..984365ccb 100644 --- a/contrib/pkginstaller/Makefile +++ b/contrib/pkginstaller/Makefile @@ -32,6 +32,7 @@ packagedir: package_root Distribution welcome.html echo -n $(PODMAN_VERSION) > $(PACKAGE_DIR)/VERSION echo -n $(ARCH) > $(PACKAGE_DIR)/ARCH cp ../../LICENSE $(PACKAGE_DIR)/Resources/LICENSE.txt + cp hvf.entitlements $(PACKAGE_DIR)/ package_root: get_gvproxy get_qemu mkdir -p $(PACKAGE_ROOT)/podman/bin $(PACKAGE_ROOT)/podman/qemu |