about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2016-11-04 00:01:23 +0100
committerGitHub <noreply@github.com>2016-11-04 00:01:23 +0100
commit9f94595485b385055fb272046fc4e4e246705b8a (patch)
treee7a3128bedf416c40347e7b5deb9dbec3699f005 /nixos/modules/services
parentf14888b2fe6ade1035b0815946d67b0a5cce70f3 (diff)
parent51652ac3aaa4c944023f9ad1dbc6a6858f9bacb4 (diff)
downloadnixlib-9f94595485b385055fb272046fc4e4e246705b8a.tar
nixlib-9f94595485b385055fb272046fc4e4e246705b8a.tar.gz
nixlib-9f94595485b385055fb272046fc4e4e246705b8a.tar.bz2
nixlib-9f94595485b385055fb272046fc4e4e246705b8a.tar.lz
nixlib-9f94595485b385055fb272046fc4e4e246705b8a.tar.xz
nixlib-9f94595485b385055fb272046fc4e4e246705b8a.tar.zst
nixlib-9f94595485b385055fb272046fc4e4e246705b8a.zip
Merge pull request #20121 from mbrgm/fix/smokeping-setuid-fping
smokeping service: Use setuid-wrapped fping binary
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/networking/smokeping.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/smokeping.nix b/nixos/modules/services/networking/smokeping.nix
index 6084dbdbf78f..005655f111a1 100644
--- a/nixos/modules/services/networking/smokeping.nix
+++ b/nixos/modules/services/networking/smokeping.nix
@@ -221,7 +221,7 @@ in
         type = types.string;
         default = ''
           + FPing
-          binary = ${pkgs.fping}/bin/fping
+          binary = ${config.security.wrapperDir}/fping
         '';
         description = "Probe configuration";
       };