guix-commits
[Top][All Lists]
Advanced

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

branch master updated: system: Add 'sg' and 'newgrp' to %SETUID-PROGRAMS


From: guix-commits
Subject: branch master updated: system: Add 'sg' and 'newgrp' to %SETUID-PROGRAMS.
Date: Sat, 20 Jun 2020 23:36:37 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f6c6970  system: Add 'sg' and 'newgrp' to %SETUID-PROGRAMS.
f6c6970 is described below

commit f6c6970e0dbebb7cac679f46656c2655dfe532c2
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Sun Jun 21 11:23:22 2020 +0800

    system: Add 'sg' and 'newgrp' to %SETUID-PROGRAMS.
    
    * gnu/system.scm (%setuid-programs): Add 'sg' and 'newgrp'.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/system.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/system.scm b/gnu/system.scm
index 25cc63a..44baace 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -941,7 +941,9 @@ use 'plain-file' instead~%")
   ;; Default set of setuid-root programs.
   (let ((shadow (@ (gnu packages admin) shadow)))
     (list (file-append shadow "/bin/passwd")
+          (file-append shadow "/bin/sg")
           (file-append shadow "/bin/su")
+          (file-append shadow "/bin/newgrp")
           (file-append shadow "/bin/newuidmap")
           (file-append shadow "/bin/newgidmap")
           (file-append inetutils "/bin/ping")



reply via email to

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