Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: cnf/
Date: Wed, 12 Dec 2018 18:41:55
Message-Id: 1544640085.55a9d4ccc5ac90b454638f9205f8a5d20ca8b47a.mgorny@gentoo
1 commit: 55a9d4ccc5ac90b454638f9205f8a5d20ca8b47a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 12 17:36:48 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 18:41:25 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=55a9d4cc
7
8 Enable {ipc,network,pid}-sandbox by default
9
10 The sandboxes are stable enough to be enabled by default, and they all
11 prevent undesirable situations. Furthermore, they all gracefully handle
12 missing namespace support.
13
14 Reviewed-by: Zac Medico <zmedico <AT> gentoo.org>
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 cnf/make.globals | 9 +++++----
18 1 file changed, 5 insertions(+), 4 deletions(-)
19
20 diff --git a/cnf/make.globals b/cnf/make.globals
21 index d394a1890..1bcc7ce64 100644
22 --- a/cnf/make.globals
23 +++ b/cnf/make.globals
24 @@ -52,10 +52,11 @@ FETCHCOMMAND_SFTP="bash -c \"x=\\\${2#sftp://} ; host=\\\${x%%/*} ; port=\\\${ho
25 # Default user options
26 FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs
27 config-protect-if-modified distlocks ebuild-locks
28 - fixlafiles merge-sync multilib-strict news
29 - parallel-fetch preserve-libs protect-owned
30 - sandbox sfperms strict unknown-features-warn unmerge-logs
31 - unmerge-orphans userfetch userpriv usersandbox usersync"
32 + fixlafiles ipc-sandbox merge-sync multilib-strict
33 + network-sandbox news parallel-fetch pid-sandbox
34 + preserve-libs protect-owned sandbox sfperms strict
35 + unknown-features-warn unmerge-logs unmerge-orphans userfetch
36 + userpriv usersandbox usersync"
37
38 # Ignore file collisions in /lib/modules since files inside this directory
39 # are never unmerged, and therefore collisions must be ignored in order for