BindPaths -> ReadWritePaths for all systemd services
This commit is contained in:
@ -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/
|
||||
ReadWritePaths=-/var/log/mysql/
|
||||
ReadWritePaths=-/var/lib/mysql/
|
||||
ReadWritePaths=-/var/run/mysqld/
|
||||
ReadWritePaths=-/run/mysqld/
|
||||
InaccessiblePaths=/var/www/
|
||||
|
Reference in New Issue
Block a user