From fd2f55ee4150cbe638f0316379836777e21a09d7 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 21 Dec 2015 18:23:26 +1100 Subject: [PATCH] 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 --- elements/yum-minimal/package-installs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elements/yum-minimal/package-installs.yaml b/elements/yum-minimal/package-installs.yaml index 9d3a3d39..a64a3a6a 100644 --- a/elements/yum-minimal/package-installs.yaml +++ b/elements/yum-minimal/package-installs.yaml @@ -4,3 +4,5 @@ kernel: initscripts: man-pages: redhat-lsb-core: +selinux-policy: +selinux-policy-targeted: