temmie/userweb: restrict log access

This commit is contained in:
h7x4
2026-01-31 19:08:02 +09:00
parent c4d5cfde56
commit 7ab16bc949

View File

@@ -161,6 +161,7 @@ in
ConfigurationDirectory = [ "httpd" ]; ConfigurationDirectory = [ "httpd" ];
LogsDirectory = [ "httpd" ]; LogsDirectory = [ "httpd" ];
LogsDirectoryMode = "0700";
CapabilityBoundingSet = [ "CAP_NET_BIND_SERVICE" ]; CapabilityBoundingSet = [ "CAP_NET_BIND_SERVICE" ];
LockPersonality = true; LockPersonality = true;