guix-patches
[Top][All Lists]
Advanced

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

[bug#27753] [PATCH] system: Add 'newuidmap' and 'newgidmap' to %SETUID-P


From: 宋文武
Subject: [bug#27753] [PATCH] system: Add 'newuidmap' and 'newgidmap' to %SETUID-PROGRAMS.
Date: Tue, 18 Jul 2017 20:06:12 +0800

* gnu/system.scm (%setuid-programs): Add 'newuidmap' and 'newgidmap'.
---
 gnu/system.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/system.scm b/gnu/system.scm
index bffbee7fd..998bd6839 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -718,6 +718,8 @@ use 'plain-file' instead~%")
   (let ((shadow (@ (gnu packages admin) shadow)))
     (list (file-append shadow "/bin/passwd")
           (file-append shadow "/bin/su")
+          (file-append shadow "/bin/newuidmap")
+          (file-append shadow "/bin/newgidmap")
           (file-append inetutils "/bin/ping")
           (file-append inetutils "/bin/ping6")
           (file-append sudo "/bin/sudo")
-- 
2.12.2






reply via email to

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