[Buildroot] [git commit branch/next] package/collectd: add SELinux module

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Jul 25 21:27:00 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=4f20ad546fd89e8e2dee7b40ebea9878e72d082f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Support for collectd is added by the services/collectd module in the
SELinux refpolicy.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/collectd/collectd.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk
index 7db753b342..9901abfd16 100644
--- a/package/collectd/collectd.mk
+++ b/package/collectd/collectd.mk
@@ -13,6 +13,7 @@ COLLECTD_INSTALL_STAGING = YES
 COLLECTD_LICENSE = MIT (daemon, plugins), GPL-2.0 (plugins), LGPL-2.1 (plugins)
 COLLECTD_LICENSE_FILES = COPYING
 COLLECTD_CPE_ID_VENDOR = collectd
+COLLECTD_SELINUX_MODULES = collectd
 
 # These require unmet dependencies, are fringe, pointless or deprecated
 COLLECTD_PLUGINS_DISABLE = \


More information about the buildroot mailing list