Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128490 - use.mask in the x86 hardened profile does not unmask modular xorg flags
Summary: use.mask in the x86 hardened profile does not unmask modular xorg flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-02 03:28 UTC by Christian Apolloni
Modified: 2006-04-02 04:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Apolloni 2006-04-02 03:28:32 UTC
'/usr/portage/profiles/hardened/x86/use.mask' does not unmask modular xorg flags. In my case the 'video_cards_nvidia' flag is needed to use nvidia-kernel.

In the default-linux/x86/use.mask file there is this section:

---
# Modular X: unmask for architectures on which they are available
-input_devices_synaptics
-input_devices_vmmouse
-input_devices_wacom
-video_cards_nvidia
-video_cards_fglrx
-video_cards_vmware

# Modular X: mask for architectures on which they aren't available
video_cards_newport
---

I am not sure about the other flags, but the 'video_cards_nvidia' one works well here.
Comment 1 Kevin F. Quinn (RETIRED) gentoo-dev 2006-04-02 04:57:56 UTC
ok; I've updated the masks for hardened/x86 and hardened/amd64 in line with default-linux.  Thanks for the heads-up.