app-emulation/docker-runc: Enable ambient USEflag by default

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Manuel Rüger
2017-09-10 13:24:21 +02:00
parent 8131df58f1
commit c688546330

View File

@@ -20,7 +20,7 @@ HOMEPAGE="http://runc.io"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="apparmor ambient hardened +seccomp"
IUSE="+ambient apparmor hardened +seccomp"
RDEPEND="
apparmor? ( sys-libs/libapparmor )
@@ -45,8 +45,8 @@ src_compile() {
# build up optional flags
local options=(
$(usex apparmor 'apparmor' '')
$(usex ambient 'ambient' '')
$(usex apparmor 'apparmor' '')
$(usex seccomp 'seccomp' '')
)