guix-commits
[Top][All Lists]
Advanced

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

01/03: system: Add sudoedit to %setuid-programs.


From: guix-commits
Subject: 01/03: system: Add sudoedit to %setuid-programs.
Date: Sun, 13 Jan 2019 17:30:36 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 5144df2c6cd7b7044932311133b49fb84e78e794
Author: Meiyo Peng <address@hidden>
Date:   Sat Jan 5 21:06:47 2019 +0800

    system: Add sudoedit to %setuid-programs.
    
    * gnu/system.scm (%setuid-programs): Add sudoedit.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/system.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/system.scm b/gnu/system.scm
index ee48f48..09ee88d 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2015, 2016 Alex Kost <address@hidden>
 ;;; Copyright © 2016 Chris Marusich <address@hidden>
 ;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
+;;; Copyright © 2019 Meiyo Peng <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -792,6 +793,7 @@ use 'plain-file' instead~%")
           (file-append inetutils "/bin/ping")
           (file-append inetutils "/bin/ping6")
           (file-append sudo "/bin/sudo")
+          (file-append sudo "/bin/sudoedit")
           (file-append fuse "/bin/fusermount"))))
 
 (define %sudoers-specification



reply via email to

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