diff mbox series

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

Message ID 20210726084544.1708696-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/irqbalance: add SELinux module | expand

Commit Message

Fabrice Fontaine July 26, 2021, 8:45 a.m. UTC
Support for irqbalance is added by the services/irqbalance module in the
SELinux refpolicy.

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

Comments

Thomas Petazzoni July 26, 2021, 9:09 p.m. UTC | #1
On Mon, 26 Jul 2021 10:45:44 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Support for irqbalance is added by the services/irqbalance module in the
> SELinux refpolicy.
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/irqbalance/irqbalance.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

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