[Buildroot] [git commit branch/next] package/mongodb: add SELinux module

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


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

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

diff --git a/package/mongodb/mongodb.mk b/package/mongodb/mongodb.mk
index 377484a00b..6a22acd12a 100644
--- a/package/mongodb/mongodb.mk
+++ b/package/mongodb/mongodb.mk
@@ -12,6 +12,7 @@ MONGODB_LICENSE = Apache-2.0 (drivers), SSPL (database)
 MONGODB_LICENSE_FILES = APACHE-2.0.txt LICENSE-Community.txt
 
 MONGODB_CPE_ID_VENDOR = mongodb
+MONGODB_SELINUX_MODULES = mongodb
 
 MONGODB_DEPENDENCIES = \
 	boost \


More information about the buildroot mailing list