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:
Dongsu Park 2020-04-16 17:38:08 +02:00
parent 3b42b061f0
commit e6add2ba00
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@ sys-apps/systemd selinux
sys-apps/coreutils selinux
# Enable SELinux for runc
app-emulation/docker-runc selinux
app-emulation/runc selinux
# Enable SELinux for tar

View File

@ -1,5 +1,9 @@
# arm64 use
# Enable SELinux for runc
app-emulation/docker-runc selinux
app-emulation/runc selinux
# FIXME: why isn't this set by default???
sys-libs/ncurses unicode