From 63be2b359c550e0c211e9619f0b20e6c01d36d5b Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Wed, 25 Apr 2018 13:56:04 -0700 Subject: [PATCH] setup_board: Add selinux POLICY_TYPES to make.conf Container Linux only uses the mcs policy type, so add that to portage/make.conf. Signed-off-by: Geoff Levand --- setup_board | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup_board b/setup_board index 73861d2feb..3e2c2cb3b2 100755 --- a/setup_board +++ b/setup_board @@ -265,6 +265,9 @@ PORTAGE_BINHOST="${BOARD_BINHOST}" # You can use --select to override this. EMERGE_DEFAULT_OPTS="--oneshot" +# SELinux installed policies. +POLICY_TYPES="mcs" + # Allow the user to override or define additional settings. source "${BOARD_ETC}/portage/make.conf.user" EOF