mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 02:11:33 +01:00
Merge pull request #2292 from mjg59/fix_runc_selinux
app-emulation/runc: Drop libselinux rdepend
This commit is contained in:
commit
53b446a0d4
@ -21,13 +21,12 @@ KEYWORDS="amd64 arm64"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE="apparmor +selinux +seccomp"
|
||||
IUSE="apparmor selinux +seccomp"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
apparmor? ( sys-libs/libapparmor )
|
||||
seccomp? ( sys-libs/libseccomp )
|
||||
selinux? ( sys-libs/libselinux )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
@ -5,3 +5,6 @@ sys-apps/systemd selinux
|
||||
|
||||
# Enable SELinux for coreutils
|
||||
sys-apps/coreutils selinux
|
||||
|
||||
# Enable SELinux for runc
|
||||
app-emulation/runc selinux
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user