Fix systemd namespace issues taking effect after reboot
This commit is contained in:
@ -10,8 +10,8 @@ ProtectControlGroups=true
|
|||||||
LockPersonality=true
|
LockPersonality=true
|
||||||
MemoryDenyWriteExecute=true
|
MemoryDenyWriteExecute=true
|
||||||
SystemCallArchitectures=native
|
SystemCallArchitectures=native
|
||||||
BindPaths=/run/dovecot/
|
BindPaths=-/run
|
||||||
BindPaths=/var/run/dovecot/
|
BindPaths=-/var/run
|
||||||
BindPaths=/var/lib/dovecot/
|
BindPaths=-/var/lib/dovecot
|
||||||
InaccessiblePaths=/var/www/
|
InaccessiblePaths=/var/www
|
||||||
InaccessiblePaths=/root/
|
InaccessiblePaths=/root
|
||||||
|
@ -11,8 +11,8 @@ ProtectKernelModules=true
|
|||||||
ProtectControlGroups=true
|
ProtectControlGroups=true
|
||||||
LockPersonality=true
|
LockPersonality=true
|
||||||
SystemCallArchitectures=native
|
SystemCallArchitectures=native
|
||||||
BindPaths=/var/log/mysql/
|
BindPaths=-/var/log/mysql/
|
||||||
BindPaths=/var/lib/mysql/
|
BindPaths=-/var/lib/mysql/
|
||||||
BindPaths=/var/run/mysqld/
|
BindPaths=-/var/run/mysqld/
|
||||||
BindPaths=/run/mysqld/
|
BindPaths=-/run/mysqld/
|
||||||
InaccessiblePaths=/var/www/
|
InaccessiblePaths=/var/www/
|
||||||
|
Reference in New Issue
Block a user