From e935601d70a1dd118fc130e1af4280c467ecea70 Mon Sep 17 00:00:00 2001 From: Maxime Chevallier Date: Mon, 28 Dec 2020 17:11:25 +0100 Subject: [PATCH] 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 --- 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))