* Make ping setuid root.

svn path=/nixos/trunk/; revision=7970
This commit is contained in:
Eelco Dolstra 2007-02-21 14:42:56 +00:00
parent 1dd2eb58be
commit 312e3d0e6b

View File

@ -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).