[Buildroot] [git commit] package/kexec-lite: add SELinux refpolicy module

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Mar 16 22:10:36 UTC 2021


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

SELinux support for the kexec-lite tool (which produces a kexec binary)
is added by the admin/kdump refpolicy module.

Signed-off-by: Maxime Chevallier <maxime.chevallier at bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/kexec-lite/kexec-lite.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kexec-lite/kexec-lite.mk b/package/kexec-lite/kexec-lite.mk
index 45c5d4d8b7..89d42659bd 100644
--- a/package/kexec-lite/kexec-lite.mk
+++ b/package/kexec-lite/kexec-lite.mk
@@ -10,5 +10,6 @@ KEXEC_LITE_LICENSE = GPL-2.0+
 KEXEC_LITE_LICENSE_FILES = COPYING
 KEXEC_LITE_DEPENDENCIES = elfutils dtc
 KEXEC_LITE_AUTORECONF = YES
+KEXEC_LITE_SELINUX_MODULES = kdump
 
 $(eval $(autotools-package))


More information about the buildroot mailing list