services/wezterm-mux-server: update hardening settings

This commit is contained in:
Gabriel Arazas 2023-07-27 22:21:30 +08:00
parent eef1ff0b32
commit f34d793bb6
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -46,9 +46,17 @@ in
RestrictRealtime = true; RestrictRealtime = true;
ProtectClock = true; ProtectClock = true;
ProtectKernelLogs = true; ProtectKernelLogs = true;
ProtectKernelTunables = true;
ProtectKernelModules = true;
ProtectHome = true;
ProtectHostname = true; ProtectHostname = true;
ProtectControlGroups = true; ProtectControlGroups = true;
ProtectProc = "invisible"; ProtectProc = "invisible";
ProcSubset = "pid";
RuntimeDirectory = "wezterm";
CacheDirectory = "wezterm";
StateDirectory = "wezterm";
# Filtering system calls. # Filtering system calls.
SystemCallFilter = [ SystemCallFilter = [