[Buildroot] [git commit] package/ipset: add SELinux module

Yann E. MORIN yann.morin.1998 at free.fr
Tue Dec 29 13:06:04 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=e935601d70a1dd118fc130e1af4280c467ecea70
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Support for ipset is added by the system/iptables module in the SELinux
refpolicy.

Signed-off-by: Maxime Chevallier <maxime.chevallier at bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/ipset/ipset.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ipset/ipset.mk b/package/ipset/ipset.mk
index 869763d322..03ef1667f4 100644
--- a/package/ipset/ipset.mk
+++ b/package/ipset/ipset.mk
@@ -12,5 +12,6 @@ IPSET_CONF_OPTS = --with-kmod=no
 IPSET_LICENSE = GPL-2.0
 IPSET_LICENSE_FILES = COPYING
 IPSET_INSTALL_STAGING = YES
+IPSET_SELINUX_MODULES = iptables
 
 $(eval $(autotools-package))



More information about the buildroot mailing list