all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#27753] [PATCH] system: Add 'newuidmap' and 'newgidmap' to %SETUID-PROGRAMS.
@ 2017-07-18 12:06 宋文武
  2017-07-18 13:52 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: 宋文武 @ 2017-07-18 12:06 UTC (permalink / raw)
  To: 27753; +Cc: 宋文武

* 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#27753] [PATCH] system: Add 'newuidmap' and 'newgidmap' to %SETUID-PROGRAMS.
  2017-07-18 12:06 [bug#27753] [PATCH] system: Add 'newuidmap' and 'newgidmap' to %SETUID-PROGRAMS 宋文武
@ 2017-07-18 13:52 ` Ludovic Courtès
  2017-07-18 14:17   ` bug#27753: " 宋文武
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-07-18 13:52 UTC (permalink / raw)
  To: 宋文武; +Cc: 27753

宋文武 <iyzsong@member.fsf.org> skribis:

> * gnu/system.scm (%setuid-programs): Add 'newuidmap' and 'newgidmap'.

LGTM!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#27753: [PATCH] system: Add 'newuidmap' and 'newgidmap' to %SETUID-PROGRAMS.
  2017-07-18 13:52 ` Ludovic Courtès
@ 2017-07-18 14:17   ` 宋文武
  0 siblings, 0 replies; 3+ messages in thread
From: 宋文武 @ 2017-07-18 14:17 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 27753-done

ludo@gnu.org (Ludovic Courtès) writes:

> 宋文武 <iyzsong@member.fsf.org> skribis:
>
>> * gnu/system.scm (%setuid-programs): Add 'newuidmap' and 'newgidmap'.
>
> LGTM!

Pushed, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-18 14:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-18 12:06 [bug#27753] [PATCH] system: Add 'newuidmap' and 'newgidmap' to %SETUID-PROGRAMS 宋文武
2017-07-18 13:52 ` Ludovic Courtès
2017-07-18 14:17   ` bug#27753: " 宋文武

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.