From 312e3d0e6b9eb86df5fa839b7ef8ccbdc3bb1b4e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 21 Feb 2007 14:42:56 +0000 Subject: [PATCH] * Make ping setuid root. svn path=/nixos/trunk/; revision=7970 --- system/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).