Gentoo Archives: gentoo-dev

From: "Paweł Hajdan
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] hardened flavor of the developer profile
Date: Thu, 05 May 2011 15:24:33
Message-Id: 4DC2C107.3070302@gentoo.org
1 Currently I'm using the default/linux/x86/10.0/developer profile, but
2 I'd like to switch to hardened on my developer system to catch more issues.
3
4 However, eselect profile list only displays one hardened profile for me:
5
6 $ eselect profile list
7 Available profile symlink targets:
8 [1] default/linux/x86/10.0
9 [2] default/linux/x86/10.0/desktop
10 [3] default/linux/x86/10.0/desktop/gnome
11 [4] default/linux/x86/10.0/desktop/kde
12 [5] default/linux/x86/10.0/developer *
13 [6] default/linux/x86/10.0/server
14 [7] hardened/linux/x86
15 [8] selinux/2007.0/x86
16 [9] selinux/2007.0/x86/hardened
17 [10] selinux/v2refpolicy/x86
18 [11] selinux/v2refpolicy/x86/desktop
19 [12] selinux/v2refpolicy/x86/developer
20 [13] selinux/v2refpolicy/x86/hardened
21 [14] selinux/v2refpolicy/x86/server
22
23 I'm using eselect-1.2.11.
24
25 When listing the profiles directory in CVS, the hardened profile seems
26 to have developer and other sub-profiles:
27
28 ph@localhost ~/gentoo-x86/profiles $ ls -l hardened/linux/x86/
29 total 48
30 drwxr-xr-x 7 ph users 4096 Feb 17 07:57 10.0
31 drwxr-xr-x 2 ph users 4096 May 5 11:41 CVS
32 drwxr-xr-x 3 ph users 4096 Nov 28 17:48 desktop
33 drwxr-xr-x 3 ph users 4096 Nov 28 17:48 developer
34 -rw-r--r-- 1 ph users 1030 Feb 17 07:57 make.defaults
35 drwxr-xr-x 3 ph users 4096 Apr 25 21:25 minimal
36 drwxr-xr-x 3 ph users 4096 Nov 28 17:48 no-nptl
37 -rw-r--r-- 1 ph users 492 May 21 2010 package.mask
38 -rw-r--r-- 1 ph users 381 Mar 13 10:16 package.use.mask
39 -rw-r--r-- 1 ph users 58 Mar 4 10:17 parent
40 drwxr-xr-x 3 ph users 4096 Nov 28 17:48 server
41 -rw-r--r-- 1 ph users 315 Sep 30 2009 use.mask
42
43 Any ideas how to get a hardened+developer profile?

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] hardened flavor of the developer profile Jeremy Olexa <darkside@g.o>