From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:prefix commit in: pym/portage/
Date: Tue, 12 Dec 2017 08:13:45 +0000 (UTC) [thread overview]
Message-ID: <1513066356.6b13996ffd2f9aee9bf924a304a4a4073ad84421.grobian@gentoo> (raw)
commit: 6b13996ffd2f9aee9bf924a304a4a4073ad84421
Author: Michael Weiser <michael.weiser <AT> gmx <DOT> de>
AuthorDate: Fri Dec 8 10:00:47 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 08:12:36 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6b13996f
Fix macOS 10.13 seatbelt sandbox suid bit setting
macOS 10.13 changed the defaults for what is allowed in a seatbelt
sandbox, denying setting suid and sgid bits on files. See
https://trac.macports.org/ticket/54963 for additional information.
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
pym/portage/const.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 172c5b189..bdb287379 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -83,7 +83,7 @@ MACOSSANDBOX_BINARY = "/usr/bin/sandbox-exec"
MACOSSANDBOX_PROFILE = '''(version 1)
(allow default)
(deny file-write*)
-(allow file-write*
+(allow file-write* file-write-setugid
@@MACOSSANDBOX_PATHS@@)
(allow file-write-data
@@MACOSSANDBOX_PATHS_CONTENT_ONLY@@)'''
next reply other threads:[~2017-12-12 8:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-12 8:13 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-05-18 19:46 [gentoo-commits] proj/portage:prefix commit in: pym/portage/ Fabian Groffen
2013-01-27 21:51 Fabian Groffen
2012-10-02 11:59 Fabian Groffen
2012-09-30 11:10 Fabian Groffen
2012-09-30 11:10 Fabian Groffen
2012-03-01 20:32 Fabian Groffen
2012-01-18 7:58 Fabian Groffen
2011-12-14 15:29 Fabian Groffen
2011-12-10 12:55 Fabian Groffen
2011-12-10 12:12 Fabian Groffen
2011-12-10 12:06 Fabian Groffen
2011-12-09 20:39 Fabian Groffen
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=1513066356.6b13996ffd2f9aee9bf924a304a4a4073ad84421.grobian@gentoo \
--to=grobian@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