Gentoo Archives: gentoo-dev

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-dev@l.g.o
Subject: Re: rsync mirror security (WAS: Re: [gentoo-dev] .gitignore)
Date: Mon, 10 Aug 2015 20:50:08
Message-Id: 20150810234955.301129f452d26ee0c7fe16b8@gentoo.org
In Reply to: Re: rsync mirror security (WAS: Re: [gentoo-dev] .gitignore) by Andrew Savchenko
1 On Mon, 10 Aug 2015 23:47:21 +0300 Andrew Savchenko wrote:
2 > On Mon, 10 Aug 2015 22:13:23 +0200 hasufell wrote:
3 > > On 08/10/2015 05:09 PM, Rich Freeman wrote:
4 > > > On Mon, Aug 10, 2015 at 11:04 AM, Mike Gilbert <floppym@g.o> wrote:
5 > > >>
6 > > >> Expanding on this: the rsync master creates the following
7 > > >> files/directories under metatdata. On my own system, I like to symlink
8 > > >> them to locations outside my repo so that related portage features
9 > > >> continue to work.
10 > > >>
11 > > >> I would like to have these added in .gitignore.
12 > > >>
13 > > >> metadata/dtd/ # used by something?
14 > > >> metadata/glsa/ # used by the GLSA utilities?
15 > > >> matadata/herds.xml # used by equery from gentoolkit
16 > > >> metadata/news/ # used by eselect news
17 > > >>
18 > > >
19 > > > As a side note, it probably wouldn't hurt to set up a guide for
20 > > > running git on /usr/portage, including setting up these symlinks,
21 > > > running egencache after emerge --sync, etc. I imagine that this is a
22 > > > configuration that many developers will tend to use, and with the
23 > > > advent of git we may see more users who tend to contribute doing the
24 > > > same.
25 > > >
26 > >
27 > > In fact, this should be the recommended way of running gentoo for
28 > > everyone. Our rsync methods are still inherently insecure (unless I
29 > > missed something), because:
30 > > 1. machine key
31 > > 2. profiles, eclasses and so on are not covered with a
32 > > signature/Manifest anyway
33 >
34 > Not unless metadata cache will be synced too from a trusted source.
35 > It takes too much time to generate, especially on non-brand-new
36 > hardware.
37
38 Another issue: we will have to setup git mirrors as well (probably
39 reusing hosts providing rsync mirrors). I really doubt current
40 infrastructure will survive if all users will sync from its git.
41
42 Best regards,
43 Andrew Savchenko

Replies

Subject Author
Re: rsync mirror security (WAS: Re: [gentoo-dev] .gitignore) "Aaron W. Swenson" <titanofold@g.o>
Re: rsync mirror security (WAS: Re: [gentoo-dev] .gitignore) "Michał Górny" <mgorny@g.o>