Thanks for the answer.

Sorry for the indentation

But I find PrivateDevices in redis-server.service

This is the deb file nameĀ  for redis

redis-server_3%3a3.2.6-1_amd64.deb


And this is the content of redis-server.service

[Unit]
Description=Advanced key-value store
After=network.target
Documentation=http://redis.io/documentation, man:redis-server(1)

[Service]
Type=forking
ExecStart=/usr/bin/redis-server /etc/redis/redis.conf
PIDFile=/var/run/redis/redis-server.pid
TimeoutStopSec=0
Restart=always
User=redis
Group=redis
RunTimeDirectory=redis

ExecStartPre=-/bin/run-parts --verbose /etc/redis/redis-server.pre-up.d
ExecStartPost=-/bin/run-parts --verbose /etc/redis/redis-server.post-up.d
ExecStop=-/bin/run-parts --verbose /etc/redis/redis-server.pre-down.d
ExecStop=/bin/kill -s TERM $MAINPID
ExecStopPost=-/bin/run-parts --verbose /etc/redis/redis-server.post-down.d

UMask=007
PrivateTmp=yes
LimitNOFILE=65535
PrivateDevices=yes
ProtectHome=yes
ReadOnlyDirectories=/
ReadWriteDirectories=-/var/lib/redis
ReadWriteDirectories=-/var/log/redis
ReadWriteDirectories=-/var/run/redis
CapabilityBoundingSet=~CAP_SYS_PTRACE

# redis-server writes its own config file when in cluster mode so we allow
# writing there (NB. ProtectSystem=true over ProtectSystem=full)
ProtectSystem=true
ReadWriteDirectories=-/etc/redis

[Install]
WantedBy=multi-user.target
Alias=redis.service



Il 19/12/2017 14:07, Chris Lamb ha scritto:
found 884764 3:3.2.6-1
tags 884764 + moreinfo
thanks

Hi Mauro,

   Version: 3:3.2.6-1
   Severity: normal
FYI you left these lines indented, so they weren't picked up by the
parser :)

Anyway, are you sure you are using 3:3.2.6-1? This version does not
contain a PrivateDevices line that you claim to have edited.


Regards,


Reply via email to