[Buildroot] [git commit branch/next] package/lirc-tools: add SELinux module

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Jul 26 20:08:28 UTC 2021


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

Support for lirc-tools is added by the services/lircd 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/lirc-tools/lirc-tools.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/lirc-tools/lirc-tools.mk b/package/lirc-tools/lirc-tools.mk
index d66f4e9925..27aa5b97cc 100644
--- a/package/lirc-tools/lirc-tools.mk
+++ b/package/lirc-tools/lirc-tools.mk
@@ -9,6 +9,7 @@ LIRC_TOOLS_SOURCE = lirc-$(LIRC_TOOLS_VERSION).tar.bz2
 LIRC_TOOLS_SITE = http://downloads.sourceforge.net/project/lirc/LIRC/$(LIRC_TOOLS_VERSION)
 LIRC_TOOLS_LICENSE = GPL-2.0+
 LIRC_TOOLS_LICENSE_FILES = COPYING
+LIRC_TOOLS_SELINUX_MODULES = lircd
 LIRC_TOOLS_DEPENDENCIES = host-libxslt host-pkgconf host-python3
 LIRC_TOOLS_INSTALL_STAGING = YES
 # Patching configure.ac and Makefile.am


More information about the buildroot mailing list