package/tcpdump: add SELinux module

Support for tcpdump is added by the admin/netutils 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:
Maxime Chevallier 2020-12-28 17:11:32 +01:00 committed by Yann E. MORIN
parent be41ce5c53
commit e6f3e8c493

View File

@ -17,6 +17,7 @@ TCPDUMP_CONF_OPTS = \
--with-system-libpcap \
$(if $(BR2_PACKAGE_TCPDUMP_SMB),--enable-smb,--disable-smb)
TCPDUMP_DEPENDENCIES = libpcap
TCPDUMP_SELINUX_MODULES = netutils
# 0001-PPP-When-un-escaping-don-t-allocate-a-too-large-buffer.patch
TCPDUMP_IGNORE_CVES += CVE-2020-8037