From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Chevallier Date: Mon, 28 Dec 2020 17:11:26 +0100 Subject: [Buildroot] [PATCH v2 06/14] package/iptables: add SELinux module In-Reply-To: <20201228161134.303992-1-maxime.chevallier@bootlin.com> References: <20201228161134.303992-1-maxime.chevallier@bootlin.com> Message-ID: <20201228161134.303992-7-maxime.chevallier@bootlin.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Support for iptables is adde by the system/iptables module in the SELinux refpolicy. Signed-off-by: Maxime Chevallier --- package/iptables/iptables.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index f83165edb9..60b91efb3b 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -12,6 +12,8 @@ IPTABLES_DEPENDENCIES = host-pkgconf \ $(if $(BR2_PACKAGE_LIBNETFILTER_CONNTRACK),libnetfilter_conntrack) IPTABLES_LICENSE = GPL-2.0 IPTABLES_LICENSE_FILES = COPYING +IPTABLES_SELINUX_MODULES = iptables + # Building static causes ugly warnings on some plugins IPTABLES_CONF_OPTS = --libexecdir=/usr/lib --with-kernel=$(STAGING_DIR)/usr \ $(if $(BR2_STATIC_LIBS),,--disable-static) -- 2.25.4