Merge pull request #20121 from mbrgm/fix/smokeping-setuid-fping
smokeping service: Use setuid-wrapped fping binary
This commit is contained in:
commit
9f94595485
@ -221,7 +221,7 @@ in
|
|||||||
type = types.string;
|
type = types.string;
|
||||||
default = ''
|
default = ''
|
||||||
+ FPing
|
+ FPing
|
||||||
binary = ${pkgs.fping}/bin/fping
|
binary = ${config.security.wrapperDir}/fping
|
||||||
'';
|
'';
|
||||||
description = "Probe configuration";
|
description = "Probe configuration";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user