public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 7751dcccdd3db5e3bc119a56f76178f691ea9ac0
Date: Mon, 21 Mar 2022 21:39:12 +0000	[thread overview]
Message-ID: <4KMp0c4lnmz2xyC@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2551 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  7751dcccdd3db5e3bc119a56f76178f691ea9ac0 (commit)
       via  136d91f3463445c8ee525d98f06f82d5a028784e (commit)
      from  f1269489e8b6963f781cb02b37ce7ba3357b5560 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7751dcccdd3db5e3bc119a56f76178f691ea9ac0
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date:   Mon Mar 21 21:38:37 2022 +0000

    Core Update 166: Ship misc-progs
    
    Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>

commit 136d91f3463445c8ee525d98f06f82d5a028784e
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Mon Mar 21 19:07:06 2022 +0000

    misc-progs: Set a reasonable default PATH variable
    
    We have some scripts in /usr/local/bin which cannot be found by any
    misc-progs which is fixed by this patch.
    
    Fixes: #12811
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
    Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/{oldcore/106 => core/166}/filelists/misc-progs | 0
 src/misc-progs/setuid.c                                         | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 copy config/rootfiles/{oldcore/106 => core/166}/filelists/misc-progs (100%)

Difference in files:
diff --git a/config/rootfiles/core/166/filelists/misc-progs b/config/rootfiles/core/166/filelists/misc-progs
new file mode 120000
index 000000000..7223caddd
--- /dev/null
+++ b/config/rootfiles/core/166/filelists/misc-progs
@@ -0,0 +1 @@
+../../../common/misc-progs
\ No newline at end of file
diff --git a/src/misc-progs/setuid.c b/src/misc-progs/setuid.c
index 8044742f2..831fb1f90 100644
--- a/src/misc-progs/setuid.c
+++ b/src/misc-progs/setuid.c
@@ -46,7 +46,7 @@
 
 /* Trusted environment for executing commands */
 char * trusted_env[4] = {
-	"PATH=/usr/bin:/usr/sbin:/sbin:/bin",
+	"PATH=/usr/local/bin:/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin",
 	"SHELL=/bin/sh",
 	"TERM=dumb",
 	NULL


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2022-03-21 21:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4KMp0c4lnmz2xyC@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox