diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-08-03 17:55:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 17:55:57 +0000 |
commit | 0f002c1600958948357f1eddb8e31f9240099335 (patch) | |
tree | e8b96435efd93f8d39d4e62fa49d2e9247fd0c26 /contrib/pkginstaller/hvf.entitlements | |
parent | 5fc7339aa1f383828a2f4949b0d9b8a7553374d7 (diff) | |
parent | 44212b90bbe3c66f31dc00299de334131048f047 (diff) | |
download | podman-0f002c1600958948357f1eddb8e31f9240099335.tar.gz podman-0f002c1600958948357f1eddb8e31f9240099335.tar.bz2 podman-0f002c1600958948357f1eddb8e31f9240099335.zip |
Merge pull request #15105 from anjannath/sign-qemu
Add steps to sign included qemu and notarize the built pkg
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> |