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

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Aug 1 09:37:06 UTC 2021


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

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

diff --git a/package/redis/redis.mk b/package/redis/redis.mk
index c1d435015d..a260dcf719 100644
--- a/package/redis/redis.mk
+++ b/package/redis/redis.mk
@@ -9,6 +9,7 @@ REDIS_SITE = http://download.redis.io/releases
 REDIS_LICENSE = BSD-3-Clause (core); MIT and BSD family licenses (Bundled components)
 REDIS_LICENSE_FILES = COPYING
 REDIS_CPE_ID_VENDOR = redislabs
+REDIS_SELINUX_MODULES = redis
 
 define REDIS_USERS
 	redis -1 redis -1 * /var/lib/redis /bin/false - Redis Server


More information about the buildroot mailing list