mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Correct ReadWritePaths for systemd service
/tmp/ASF does not exist by default which will cause this rule to fail, we can limit ourselves to /tmp instead
This commit is contained in:
parent
78feda15ba
commit
454e9cdef4
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ ProtectKernelLogs=yes
|
|||
ProtectKernelModules=yes
|
||||
ProtectKernelTunables=yes
|
||||
ProtectSystem=full
|
||||
ReadWritePaths=/home/%i/ArchiSteamFarm /tmp/ASF
|
||||
ReadWritePaths=/home/%i/ArchiSteamFarm /tmp
|
||||
RemoveIPC=yes
|
||||
RestrictAddressFamilies=AF_INET AF_INET6
|
||||
RestrictNamespaces=yes
|
||||
|
|
|
@ -22,7 +22,7 @@ ProtectKernelLogs=yes
|
|||
ProtectKernelModules=yes
|
||||
ProtectKernelTunables=yes
|
||||
ProtectSystem=full
|
||||
ReadWritePaths=/home/%i/ArchiSteamFarm /tmp/ASF
|
||||
ReadWritePaths=/home/%i/ArchiSteamFarm /tmp
|
||||
RemoveIPC=yes
|
||||
RestrictAddressFamilies=AF_INET AF_INET6
|
||||
RestrictNamespaces=yes
|
||||
|
|
|
@ -22,7 +22,7 @@ ProtectKernelLogs=yes
|
|||
ProtectKernelModules=yes
|
||||
ProtectKernelTunables=yes
|
||||
ProtectSystem=full
|
||||
ReadWritePaths=/home/%i/ArchiSteamFarm /tmp/ASF
|
||||
ReadWritePaths=/home/%i/ArchiSteamFarm /tmp
|
||||
RemoveIPC=yes
|
||||
RestrictAddressFamilies=AF_INET AF_INET6
|
||||
RestrictNamespaces=yes
|
||||
|
|
Loading…
Reference in a new issue