Fix systemd namespace issues taking effect after reboot

This commit is contained in:
Daniel Winzen
2018-12-24 06:27:33 +01:00
parent e0bfc5e633
commit 91167d1f45
2 changed files with 9 additions and 9 deletions

View File

@ -10,8 +10,8 @@ ProtectControlGroups=true
LockPersonality=true
MemoryDenyWriteExecute=true
SystemCallArchitectures=native
BindPaths=/run/dovecot/
BindPaths=/var/run/dovecot/
BindPaths=/var/lib/dovecot/
InaccessiblePaths=/var/www/
InaccessiblePaths=/root/
BindPaths=-/run
BindPaths=-/var/run
BindPaths=-/var/lib/dovecot
InaccessiblePaths=/var/www
InaccessiblePaths=/root

View File

@ -11,8 +11,8 @@ ProtectKernelModules=true
ProtectControlGroups=true
LockPersonality=true
SystemCallArchitectures=native
BindPaths=/var/log/mysql/
BindPaths=/var/lib/mysql/
BindPaths=/var/run/mysqld/
BindPaths=/run/mysqld/
BindPaths=-/var/log/mysql/
BindPaths=-/var/lib/mysql/
BindPaths=-/var/run/mysqld/
BindPaths=-/run/mysqld/
InaccessiblePaths=/var/www/