* [Buildroot] [PATCH 1/1] package/redis: add SELinux module
@ 2021-08-01 8:44 Fabrice Fontaine
2021-08-01 9:48 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-08-01 8:44 UTC (permalink / raw)
To: buildroot; +Cc: Titouan Christophe, Daniel Price, Fabrice Fontaine
Support for redis is added by the services/redis module in the SELinux
refpolicy.
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.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
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-01 9:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-01 8:44 [Buildroot] [PATCH 1/1] package/redis: add SELinux module Fabrice Fontaine
2021-08-01 9:48 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox