mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
profiles: enable selinux for docker-runc
We should enable the USE flag `selinux` not only for `app-emulation/runc`, but also for `app-emulation/docker-runc`. Otherwise, runc will be built without `BUILDTAGS=selinux`, so runc is not able to detect selinuxfs of the system.
This commit is contained in:
parent
3b42b061f0
commit
e6add2ba00
@ -7,6 +7,7 @@ sys-apps/systemd selinux
|
|||||||
sys-apps/coreutils selinux
|
sys-apps/coreutils selinux
|
||||||
|
|
||||||
# Enable SELinux for runc
|
# Enable SELinux for runc
|
||||||
|
app-emulation/docker-runc selinux
|
||||||
app-emulation/runc selinux
|
app-emulation/runc selinux
|
||||||
|
|
||||||
# Enable SELinux for tar
|
# Enable SELinux for tar
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# arm64 use
|
# arm64 use
|
||||||
|
|
||||||
|
# Enable SELinux for runc
|
||||||
|
app-emulation/docker-runc selinux
|
||||||
|
app-emulation/runc selinux
|
||||||
|
|
||||||
# FIXME: why isn't this set by default???
|
# FIXME: why isn't this set by default???
|
||||||
sys-libs/ncurses unicode
|
sys-libs/ncurses unicode
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user