Skip to content

Commit

Permalink
app-containers/runc: Add selinux-container policy dep
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason Zaman <[email protected]>
  • Loading branch information
perfinion committed Apr 9, 2022
1 parent d347184 commit 5fbd2bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-containers/runc/runc-1.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> ${P
LICENSE="Apache-2.0 BSD-2 BSD MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
IUSE="apparmor hardened +kmem +seccomp test"
IUSE="apparmor hardened +kmem +seccomp selinux test"

DEPEND="seccomp? ( sys-libs/libseccomp )"

RDEPEND="
${DEPEND}
!app-emulation/docker-runc
apparmor? ( sys-libs/libapparmor )
selinux? ( sec-policy/selinux-container )
"

BDEPEND="
Expand Down

0 comments on commit 5fbd2bf

Please sign in to comment.