guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: system: Add 'ping6' to %SETUID-PROGRAMS.


From: Ludovic Courtès
Subject: 01/03: system: Add 'ping6' to %SETUID-PROGRAMS.
Date: Sat, 25 Jul 2015 22:58:06 +0000

civodul pushed a commit to branch master
in repository guix.

commit 5b9da1f955a9c765191259eb9d24520e4b174e38
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 25 16:37:10 2015 +0200

    system: Add 'ping6' to %SETUID-PROGRAMS.
    
    * gnu/system.scm (%setuid-programs): Add 'ping6'.
---
 gnu/system.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index e3fddcf..284dbe2 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"))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]