nixos/zabbixServer: explicitely set security.wrappers ownership
This commit is contained in:
@@ -250,7 +250,12 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
security.wrappers = {
|
security.wrappers = {
|
||||||
fping.source = "${pkgs.fping}/bin/fping";
|
fping =
|
||||||
|
{ setuid = true;
|
||||||
|
owner = "root";
|
||||||
|
group = "root";
|
||||||
|
source = "${pkgs.fping}/bin/fping";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.zabbix-server = {
|
systemd.services.zabbix-server = {
|
||||||
|
|||||||
Reference in New Issue
Block a user