Merge branch 'tier-0-container-selinux' into 'main'

tier-0: Add container-selinux

See merge request CentOS/cloud/sagano!34
This commit is contained in:
Colin Walters 2023-10-02 13:14:07 +00:00
commit d6a51d1a73
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ packages:
# Even in tier-0, we have this. If you don't want SELinux today, you'll need # Even in tier-0, we have this. If you don't want SELinux today, you'll need
# to build a custom image. # to build a custom image.
- selinux-policy-targeted - selinux-policy-targeted
# And we want container-selinux because trying to layer it on later currently causes issues.
- container-selinux
# Needed for tpm2 bound luks # Needed for tpm2 bound luks
- tpm2-tools - tpm2-tools