diff options
author | 2024-06-24 13:32:26 -0400 | |
---|---|---|
committer | 2024-06-24 13:32:26 -0400 | |
commit | 188485d2a7b8af8b0c1c58447450067d29a83ffd (patch) | |
tree | b30545e98332aa8db3a73c06ec013dc3a96e24e2 /net-firewall | |
parent | kde-apps/ark: Disable kerfuffle-extracttest (diff) | |
download | gentoo-188485d2a7b8af8b0c1c58447450067d29a83ffd.tar.gz gentoo-188485d2a7b8af8b0c1c58447450067d29a83ffd.tar.bz2 gentoo-188485d2a7b8af8b0c1c58447450067d29a83ffd.zip |
net-firewall/firewalld: add USE=selinux
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/firewalld/firewalld-2.1.1-r2.ebuild | 3 | ||||
-rw-r--r-- | net-firewall/firewalld/firewalld-2.1.1.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-firewall/firewalld/firewalld-2.1.1-r2.ebuild b/net-firewall/firewalld/firewalld-2.1.1-r2.ebuild index 518816e8e8b3..5bad13603297 100644 --- a/net-firewall/firewalld/firewalld-2.1.1-r2.ebuild +++ b/net-firewall/firewalld/firewalld-2.1.1-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" -IUSE="gui +nftables +iptables test" +IUSE="gui +nftables +iptables selinux test" # Tests are too unreliable in sandbox environment RESTRICT="!test? ( test ) test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -37,6 +37,7 @@ RDEPEND=" net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) + selinux? ( sec-policy/selinux-firewalld ) " DEPEND=" ${RDEPEND} diff --git a/net-firewall/firewalld/firewalld-2.1.1.ebuild b/net-firewall/firewalld/firewalld-2.1.1.ebuild index d30735b4523c..86bba732e341 100644 --- a/net-firewall/firewalld/firewalld-2.1.1.ebuild +++ b/net-firewall/firewalld/firewalld-2.1.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" -IUSE="gui +nftables +iptables test" +IUSE="gui +nftables +iptables selinux test" # Tests are too unreliable in sandbox environment RESTRICT="!test? ( test ) test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -37,6 +37,7 @@ RDEPEND=" net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) + selinux? ( sec-policy/selinux-firewalld ) " DEPEND=" ${RDEPEND} |