mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
system: Add 'ping6' to %SETUID-PROGRAMS.
* gnu/system.scm (%setuid-programs): Add 'ping6'.
This commit is contained in:
parent
b81cb1f2f3
commit
5b9da1f955
1 changed files with 1 additions and 0 deletions
|
@ -641,6 +641,7 @@ (define %setuid-programs
|
|||
(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"))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue