system: Add 'ping6' to %SETUID-PROGRAMS.
authorLudovic Courtès <ludo@gnu.org>
Sat, 25 Jul 2015 14:37:10 +0000 (16:37 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 25 Jul 2015 22:57:44 +0000 (00:57 +0200)
* gnu/system.scm (%setuid-programs): Add 'ping6'.

gnu/system.scm

index e3fddcf..284dbe2 100644 (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"))))