Gentoo Archives: gentoo-hardened

From: "Claes Gyllenswärd" <letharion@×××××.com>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] Help testing new hardened profiles structure
Date: Sun, 07 Nov 2010 19:02:42
Message-Id: AANLkTinKQ54ydrbQSM+6poJpe9C4JMegGo+ZhXtQ1JFq@mail.gmail.com
In Reply to: [gentoo-hardened] Help testing new hardened profiles structure by "Anthony G. Basile"
1 2010/11/6 Anthony G. Basile <blueness@g.o>:
2 >
3 > Hi hardened users,
4 >
5 > You may have heard by now that hardened is thinking of changing its
6 > profile structure.  The current structure is crazy complex and there is
7 > no need for it.  Basically we're going to be removing the versioning in
8 > our profiles so that instead of
9 >
10 >  [8]   hardened/linux/amd64/10.0 *
11 >  [9]   hardened/linux/amd64/10.0/no-multilib
12 >
13 > you will simply get
14 >
15 >  [8]   hardened/linux/amd64/10.0 *
16 >  [9]   hardened/linux/amd64/10.0/no-multilib
17 >
18 > to profile-config list. (It'll be similar on the other arches).  Behind
19 > the scenes, we are also deprecating the various "sub-profiles" which
20 > aren't even included in the profiles.desc list, like amd64/10.0/desktop,
21 > /server, /developer etc.
22 >
23 > This isn't happening soon, so don't panic!  You will get a portage news
24 > item when we're about to do the switch and we will proceed slowly.
25 >
26 > I'm emailing the list to sollicit help in testing, espeically on the
27 > minor arches which are slatted to go first.  If you'd like to help out,
28 > here's how:
29 >
30 >        1. Record your current list from emerge -ep system and emerge -ep world
31 >
32 >        2. git clone git://git.overlays.gentoo.org/proj/hardened-dev.git
33 >
34 >        3. cd hardened-dev
35 >
36 >        4. git branch profiles origin/profiles
37 >
38 >        5. git checkout profiles
39 >
40 >        6. mount --bind profiles/ /usr/portage/profiles
41 >
42 >        7. Record your emerge -ep system and emerge -ep world, and compare to
43 > before.
44 >
45 > There should be no or only minor changes.
46 >
47 > Thanks.
48 >
49 > --
50 > Anthony G. Basile, Ph.D.
51 > Gentoo Developer
52 >
53 >
54
55 This made no difference at all on stable amd64, but I never actually
56 switched profile, since the instructions don't mention that.
57 Should I?

Replies

Subject Author
Re: [gentoo-hardened] Help testing new hardened profiles structure "Anthony G. Basile" <basile@××××××××××××××.edu>