all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: 宋文武 <iyzsong@member.fsf.org>
To: 27753@debbugs.gnu.org
Cc: 宋文武 <iyzsong@member.fsf.org>
Subject: [bug#27753] [PATCH] system: Add 'newuidmap' and 'newgidmap' to %SETUID-PROGRAMS.
Date: Tue, 18 Jul 2017 20:06:12 +0800	[thread overview]
Message-ID: <20170718120612.3685-1-iyzsong@member.fsf.org> (raw)

* 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	other threads:[~2017-07-18 12:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-18 12:06 宋文武 [this message]
2017-07-18 13:52 ` [bug#27753] [PATCH] system: Add 'newuidmap' and 'newgidmap' to %SETUID-PROGRAMS Ludovic Courtès
2017-07-18 14:17   ` bug#27753: " 宋文武

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170718120612.3685-1-iyzsong@member.fsf.org \
    --to=iyzsong@member.fsf.org \
    --cc=27753@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.