[Buildroot] [git commit] package/acpid: add SELinux module

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Jul 25 12:58:14 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=7f3c177b4e9736a65f0bf67666ec84392d8c8dff
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

diff --git a/package/acpid/acpid.mk b/package/acpid/acpid.mk
index 3473e7b5f6..1214251dc3 100644
--- a/package/acpid/acpid.mk
+++ b/package/acpid/acpid.mk
@@ -11,6 +11,7 @@ ACPID_LICENSE = GPL-2.0+
 ACPID_LICENSE_FILES = COPYING
 ACPID_CPE_ID_VENDOR = tedfelix
 ACPID_CPE_ID_PRODUCT = acpid2
+ACPID_SELINUX_MODULES = acpi
 
 define ACPID_INSTALL_INIT_SYSTEMD
 	$(INSTALL) -D -m 0644 package/acpid/acpid.service \


More information about the buildroot mailing list