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

Commit 63be2b3

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 <[email protected]>
1 parent 91b0fcc commit 63be2b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)