One of my desktops runs a hardened profile: # eselect profile list Available profile symlink targets: [1] default/linux/x86/10.0 [2] default/linux/x86/10.0/selinux [3] default/linux/x86/10.0/desktop [4] default/linux/x86/10.0/desktop/gnome [5] default/linux/x86/10.0/desktop/kde [6] default/linux/x86/10.0/developer [7] default/linux/x86/10.0/server [8] hardened/linux/x86 * [9] hardened/linux/x86/selinux
I noticed USE="jpeg" is not enabled by default so I took a look around and noticed these: # locate hardened/linux/x86 /usr/portage/profiles/hardened/linux/x86/10.0 /usr/portage/profiles/hardened/linux/x86/desktop /usr/portage/profiles/hardened/linux/x86/developer /usr/portage/profiles/hardened/linux/x86/minimal /usr/portage/profiles/hardened/linux/x86/server Why can't I eselect a profile like hardened/linux/x86/desktop which would hopefully have more desktop-oriented USE defaults than hardened/linux/x86? - Grant