mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +02:00
Merge pull request #2286 from mjg59/fix_runc_selinux
app-emu/runc: enable selinux
This commit is contained in:
commit
4750b7c3f8
@ -21,12 +21,13 @@ KEYWORDS="amd64 arm64"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE="apparmor +seccomp"
|
||||
IUSE="apparmor +selinux +seccomp"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
apparmor? ( sys-libs/libapparmor )
|
||||
seccomp? ( sys-libs/libseccomp )
|
||||
selinux? ( sys-libs/libselinux )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
@ -43,6 +44,7 @@ src_compile() {
|
||||
local options=(
|
||||
$(usev apparmor)
|
||||
$(usev seccomp)
|
||||
$(usev selinux)
|
||||
)
|
||||
|
||||
emake BUILDTAGS="${options[*]}"
|
Loading…
x
Reference in New Issue
Block a user