diff --git a/system/options.nix b/system/options.nix index bbbd2c06a2a..d5f0ea6e860 100644 --- a/system/options.nix +++ b/system/options.nix @@ -607,7 +607,7 @@ { name = ["security" "setuidPrograms"]; - default = ["passwd" "su" "crontab"]; + default = ["passwd" "su" "crontab" "ping" "ping6"]; description = " Only the programs listed here will be made setuid root (through a wrapper program).