yum-minimal : install selinux policy packages

Install selinux policy packages as part of the base-installs.  selinux
is part of the base-system and the kernel boots by default in selinux
mode.

Without both of these, we can get in a situation where later scripts
(particuarly, some of the infra scripts) might install systemd-policy
without a base policy (targeted), leading to a messed up situation
where systemd will halt during boot due to missing policy files.

Change-Id: I6bf156304d1134fb328fba9b12dc364701b13696
This commit is contained in:
Ian Wienand 2015-12-21 18:23:26 +11:00
parent c8c14edfe3
commit fd2f55ee41

View File

@ -4,3 +4,5 @@ kernel:
initscripts: initscripts:
man-pages: man-pages:
redhat-lsb-core: redhat-lsb-core:
selinux-policy:
selinux-policy-targeted: