Skip to content

Commit

Permalink
net-firewall/firewalld: add USE=selinux
Browse files Browse the repository at this point in the history
Signed-off-by: Kenton Groombridge <[email protected]>
  • Loading branch information
0xC0ncord committed Jun 24, 2024
1 parent f06e44a commit 188485d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion net-firewall/firewalld/firewalld-2.1.1-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -37,6 +37,7 @@ RDEPEND="
net-firewall/ipset
nftables? ( net-firewall/nftables[xtables(+)] )
)
selinux? ( sec-policy/selinux-firewalld )
"
DEPEND="
${RDEPEND}
Expand Down
3 changes: 2 additions & 1 deletion net-firewall/firewalld/firewalld-2.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -37,6 +37,7 @@ RDEPEND="
net-firewall/ipset
nftables? ( net-firewall/nftables[xtables(+)] )
)
selinux? ( sec-policy/selinux-firewalld )
"
DEPEND="
${RDEPEND}
Expand Down

0 comments on commit 188485d

Please sign in to comment.