Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o, "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH] Enable {ipc,network,pid}-sandbox by default
Date: Wed, 12 Dec 2018 17:51:54
Message-Id: 04f39470-2f36-6fa6-d0b3-5a7f5237c1ba@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] Enable {ipc,network,pid}-sandbox by default by "Michał Górny"
1 On 12/12/18 9:37 AM, Michał Górny wrote:
2 > The sandboxes are stable enough to be enabled by default, and they all
3 > prevent undesirable situations. Furthermore, they all gracefully handle
4 > missing namespace support.
5 > ---
6 > cnf/make.globals | 9 +++++----
7 > 1 file changed, 5 insertions(+), 4 deletions(-)
8 >
9 > diff --git a/cnf/make.globals b/cnf/make.globals
10 > index d394a1890..1bcc7ce64 100644
11 > --- a/cnf/make.globals
12 > +++ b/cnf/make.globals
13 > @@ -52,10 +52,11 @@ FETCHCOMMAND_SFTP="bash -c \"x=\\\${2#sftp://} ; host=\\\${x%%/*} ; port=\\\${ho
14 > # Default user options
15 > FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs
16 > config-protect-if-modified distlocks ebuild-locks
17 > - fixlafiles merge-sync multilib-strict news
18 > - parallel-fetch preserve-libs protect-owned
19 > - sandbox sfperms strict unknown-features-warn unmerge-logs
20 > - unmerge-orphans userfetch userpriv usersandbox usersync"
21 > + fixlafiles ipc-sandbox merge-sync multilib-strict
22 > + network-sandbox news parallel-fetch pid-sandbox
23 > + preserve-libs protect-owned sandbox sfperms strict
24 > + unknown-features-warn unmerge-logs unmerge-orphans userfetch
25 > + userpriv usersandbox usersync"
26 >
27 > # Ignore file collisions in /lib/modules since files inside this directory
28 > # are never unmerged, and therefore collisions must be ignored in order for
29 >
30
31 Looks good, please merge.
32 --
33 Thanks,
34 Zac

Attachments

File name MIME type
signature.asc application/pgp-signature