Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit 4bb0149

Browse files
committed
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 <geoff@infradead.org>
1 parent 63d19a6 commit 4bb0149

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup_board

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@ PORTAGE_BINHOST="${BOARD_BINHOST}"
265265
# You can use --select to override this.
266266
EMERGE_DEFAULT_OPTS="--oneshot"
267267
268+
# SELinux installed policies.
269+
POLICY_TYPES="mcs"
270+
268271
# Allow the user to override or define additional settings.
269272
source "${BOARD_ETC}/portage/make.conf.user"
270273
EOF

0 commit comments

Comments
 (0)