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>
This commit is contained in:
parent
e935601d70
commit
df2e32cd06
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user