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

Commit

Permalink
setup_board: Add selinux POLICY_TYPES to make.conf
Browse files Browse the repository at this point in the history
Container Linux only uses the mcs policy type, so add that to
portage/make.conf.

Signed-off-by: Geoff Levand <[email protected]>
  • Loading branch information
glevand committed Apr 25, 2018
1 parent 91b0fcc commit 63be2b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup_board
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63be2b3

Please sign in to comment.