mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
Merge pull request #2492 from flatcar/tormath1/baselayout-label
selinux: label `/etc` and enable `selinux` for find
This commit is contained in:
commit
22274126a6
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user