PrivateUsers breaks zpool list

This commit is contained in:
Robin Appelman 2024-03-21 14:25:54 +01:00
commit ff7c0576fc

View file

@ -87,7 +87,6 @@ in {
ExecStart = "${cfg.package}/bin/palantir"; ExecStart = "${cfg.package}/bin/palantir";
DynamicUser = true; DynamicUser = true;
PrivateTmp = true; PrivateTmp = true;
PrivateUsers = true;
ProtectSystem = "strict"; ProtectSystem = "strict";
ProtectHome = true; ProtectHome = true;
NoNewPrivileges = true; NoNewPrivileges = true;