commit: 188485d2a7b8af8b0c1c58447450067d29a83ffd Author: Kenton Groombridge <concord <AT> gentoo <DOT> org> AuthorDate: Mon Jun 24 17:32:26 2024 +0000 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org> CommitDate: Mon Jun 24 17:32:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188485d2
net-firewall/firewalld: add USE=selinux Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org> net-firewall/firewalld/firewalld-2.1.1-r2.ebuild | 3 ++- 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}
