public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/eselect:master commit in: bin/, /
Date: Wed, 27 Jan 2016 19:35:35 +0000 (UTC)	[thread overview]
Message-ID: <1453922739.366064aa7478a3f8bee31d37e8b1076649264455.ulm@gentoo> (raw)

commit:     366064aa7478a3f8bee31d37e8b1076649264455
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 19:25:39 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 19:25:39 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=366064aa

Set umask.

* bin/eselect.in: Set umask +rx, bug 572348.

 ChangeLog      | 4 ++++
 bin/eselect.in | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index ac3b25a..5bb2855 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-27  Ulrich Müller  <ulm@gentoo.org>
+
+	* bin/eselect.in: Set umask +rx, bug 572348.
+
 2015-08-26  Ulrich Müller  <ulm@gentoo.org>
 
 	* doc/developer-guide.txt:

diff --git a/bin/eselect.in b/bin/eselect.in
index 934a10a..c446d46 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -55,6 +55,8 @@ IFS=$' \t\n'
 shopt -s extglob
 shopt -s expand_aliases
 
+umask +rx
+
 # Save stderr file descriptor
 if (( BASH_VERSINFO[0] == 4 && BASH_VERSINFO[1] >= 1 || BASH_VERSINFO[0] > 4 ))
 then


             reply	other threads:[~2016-01-27 19:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27 19:35 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-08 20:53 [gentoo-commits] proj/eselect:master commit in: bin/, / Ulrich Müller
2023-02-27  7:28 Ulrich Müller
2023-02-27 17:40 Ulrich Müller
2023-02-28 18:08 Ulrich Müller
2023-03-20 17:11 Ulrich Müller
2023-06-05 18:34 Ulrich Müller
2023-06-07  7:29 Ulrich Müller
2023-06-07  8:50 Ulrich Müller
2023-07-08  6:20 Ulrich Müller

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=1453922739.366064aa7478a3f8bee31d37e8b1076649264455.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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