system: Add 'ping6' to %SETUID-PROGRAMS.

* gnu/system.scm (%setuid-programs): Add 'ping6'.
master
Ludovic Courtès 2015-07-25 16:37:10 +02:00
parent b81cb1f2f3
commit 5b9da1f955
1 changed files with 1 additions and 0 deletions

View File

@ -641,6 +641,7 @@ use 'plain-file' instead~%")
(list #~(string-append #$shadow "/bin/passwd")
#~(string-append #$shadow "/bin/su")
#~(string-append #$inetutils "/bin/ping")
#~(string-append #$inetutils "/bin/ping6")
#~(string-append #$sudo "/bin/sudo")
#~(string-append #$fuse "/bin/fusermount"))))