[Buildroot] [PATCH 1/1] package/irqbalance: add SELinux module

Fabrice Fontaine fontaine.fabrice at gmail.com
Mon Jul 26 08:45:44 UTC 2021


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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/irqbalance/irqbalance.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/irqbalance/irqbalance.mk b/package/irqbalance/irqbalance.mk
index b099f7c6e2..eb7c3e9f3b 100644
--- a/package/irqbalance/irqbalance.mk
+++ b/package/irqbalance/irqbalance.mk
@@ -8,6 +8,7 @@ IRQBALANCE_VERSION = 1.7.0
 IRQBALANCE_SITE = $(call github,irqbalance,irqbalance,v$(IRQBALANCE_VERSION))
 IRQBALANCE_LICENSE = GPL-2.0
 IRQBALANCE_LICENSE_FILES = COPYING
+IRQBALANCE_SELINUX_MODULES = irqbalance
 IRQBALANCE_DEPENDENCIES = host-pkgconf libglib2
 # Autoreconf needed because package is distributed without a configure script
 IRQBALANCE_AUTORECONF = YES
-- 
2.30.2



More information about the buildroot mailing list