diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-07-25 16:37:10 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-26 00:57:44 +0200 |
commit | 5b9da1f955a9c765191259eb9d24520e4b174e38 (patch) | |
tree | ca5a13bc6b1869731b77420ad9e6220caad8e69f /gnu/system.scm | |
parent | b81cb1f2f3c9eaa7faea60d42d9a24ada8b5a290 (diff) | |
download | guix-5b9da1f955a9c765191259eb9d24520e4b174e38.tar guix-5b9da1f955a9c765191259eb9d24520e4b174e38.tar.gz |
system: Add 'ping6' to %SETUID-PROGRAMS.
* gnu/system.scm (%setuid-programs): Add 'ping6'.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r-- | gnu/system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index e3fddcf1f6..284dbe2c4e 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -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")))) |