From 5e58f9767e05f7e6e9832094fc54fa0ca5bdb27b Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Wed, 18 Apr 2018 11:56:11 -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