projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6db572
)
package/ipset: add SELinux module
author
Maxime Chevallier
<maxime.chevallier@bootlin.com>
Mon, 28 Dec 2020 16:11:25 +0000
(17:11 +0100)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Tue, 29 Dec 2020 13:06:04 +0000
(14:06 +0100)
Support for ipset is added 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>
package/ipset/ipset.mk
patch
|
blob
|
history
diff --git
a/package/ipset/ipset.mk
b/package/ipset/ipset.mk
index 869763d3222cfb9df2f05fbecee8b87dec99ecec..03ef1667f49b110ab5ec1033e25f95042d724cb4 100644
(file)
--- 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))