From: Maxime Chevallier Date: Mon, 28 Dec 2020 16:11:25 +0000 (+0100) Subject: package/ipset: add SELinux module X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e935601d70a1dd118fc130e1af4280c467ecea70;p=buildroot.git package/ipset: add SELinux module Support for ipset is added by the system/iptables module in the SELinux refpolicy. Signed-off-by: Maxime Chevallier Signed-off-by: Yann E. MORIN --- 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))