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

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Sep 4 18:25:15 UTC 2021


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

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

diff --git a/package/rpm/rpm.mk b/package/rpm/rpm.mk
index 0d8c14a09e..ae324fbeef 100644
--- a/package/rpm/rpm.mk
+++ b/package/rpm/rpm.mk
@@ -20,6 +20,7 @@ RPM_DEPENDENCIES = \
 RPM_LICENSE = GPL-2.0 or LGPL-2.0 (library only)
 RPM_LICENSE_FILES = COPYING
 RPM_CPE_ID_VENDOR = rpm
+RPM_SELINUX_MODULES = rpm
 
 # Don't set --{dis,en}-openmp as upstream wants to abort the build if
 # --enable-openmp is provided and OpenMP is < 4.5:


More information about the buildroot mailing list