Skip to content

Commit

Permalink
smokeping: setuid for fping6
Browse files Browse the repository at this point in the history
  • Loading branch information
fadenb authored and globin committed Jan 24, 2017
1 parent 92b1e39 commit b3b300b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/smokeping.nix
Expand Up @@ -273,7 +273,7 @@ in
message = "services.smokeping: sendmail and Mailhost cannot both be enabled.";
}
];
security.setuidPrograms = [ "fping" ];
security.setuidPrograms = [ "fping" "fping6" ];
environment.systemPackages = [ pkgs.fping ];
users.extraUsers = singleton {
name = cfg.user;
Expand Down

0 comments on commit b3b300b

Please sign in to comment.