summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorFrank Meerkoetter <meerkoetter@googlemail.com>2016-12-01 19:45:24 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-12-09 12:02:13 +0100
commit3237c650e79c9046d0e1b94568a45d5c6876dbd2 (patch)
treebac9085f8ac83caa78cd76bcb40961f81b1cfe7c /meta-oe/recipes-extended
parent142faee1734300a041fe16265cb63cd17fb742ae (diff)
downloadmeta-openembedded-3237c650e79c9046d0e1b94568a45d5c6876dbd2.tar.gz
redis: do not expose the service to the network by default
Binding it to localhost is a safe default. This affects both sysv and systemd based systems. Signed-off-by: Frank Meerkoetter <frank@meerkoetter.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/redis/redis/redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/redis/redis/redis.conf b/meta-oe/recipes-extended/redis/redis/redis.conf
index 923b98e5c..b932089a2 100644
--- a/meta-oe/recipes-extended/redis/redis/redis.conf
+++ b/meta-oe/recipes-extended/redis/redis/redis.conf
@@ -30,7 +30,7 @@ port 6379
30# If you want you can bind a single interface, if the bind option is not 30# If you want you can bind a single interface, if the bind option is not
31# specified all the interfaces will listen for incoming connections. 31# specified all the interfaces will listen for incoming connections.
32# 32#
33# bind 127.0.0.1 33bind 127.0.0.1
34 34
35# Specify the path for the unix socket that will be used to listen for 35# Specify the path for the unix socket that will be used to listen for
36# incoming connections. There is no default, so Redis will not listen 36# incoming connections. There is no default, so Redis will not listen