Merge pull request #275024 from jerith666/lorri-less-protected

This commit is contained in:
Sandro 2024-02-24 16:07:13 +01:00 committed by GitHub
commit 7fab1e2013
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,8 +44,7 @@ in {
serviceConfig = { serviceConfig = {
ExecStart = "${cfg.package}/bin/lorri daemon"; ExecStart = "${cfg.package}/bin/lorri daemon";
PrivateTmp = true; PrivateTmp = true;
ProtectSystem = "strict"; ProtectSystem = "full";
ProtectHome = "read-only";
Restart = "on-failure"; Restart = "on-failure";
}; };
}; };