diff options
author | 2020-12-28 17:11:26 +0100 | |
---|---|---|
committer | 2020-12-29 14:06:05 +0100 | |
commit | df2e32cd0648801235a4e3fb157f1e8ab52797ee (patch) | |
tree | b4f9fbbe25163ae501345573a8e2569834839369 /package/iptables | |
parent | e935601d70a1dd118fc130e1af4280c467ecea70 (diff) | |
download | buildroot-df2e32cd0648801235a4e3fb157f1e8ab52797ee.tar.gz buildroot-df2e32cd0648801235a4e3fb157f1e8ab52797ee.tar.bz2 |
package/iptables: add SELinux module
Support for iptables is adde by the system/iptables module in the
SELinux refpolicy.
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/iptables.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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) |