mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
smokeping: setuid for fping6
This commit is contained in:
parent
92b1e39e1c
commit
b3b300b6ff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue