Merge pull request #2492 from flatcar/tormath1/baselayout-label

selinux: label `/etc` and enable `selinux` for find
This commit is contained in:
Mathieu Tortuyaux 2023-03-03 09:04:57 +01:00 committed by GitHub
commit 22274126a6
2 changed files with 4 additions and 1 deletions

View File

@ -155,3 +155,6 @@ dev-libs/libpcre2 -pcre16 unicode
# enabled by upstream. Samba was enabled to make some tests pass. But
# smi and ssl, no clue.
net-analyzer/tcpdump -ssl -smi -samba
# selinux: to find files with a particular SElinux label
sys-apps/findutils selinux

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="b2a203ff5d0c6b929b1c51a40457fbbe0c696893" # flatcar-master
CROS_WORKON_COMMIT="ef610cfd99190ba33b5f6b27eb66dddc299ee332" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi