Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 179773

Summary: input_devices_evdev shouldn't be in profiles/hardened/x86/2.6/use.mask
Product: Gentoo Linux Reporter: Gordon Malm (RETIRED) <gengor>
Component: EclassesAssignee: The Gentoo Linux Hardened Team <hardened>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Gordon Malm (RETIRED) gentoo-dev 2007-05-25 17:41:43 UTC
From profiles/hardened/x86/2.6/use.mask:
# Modular X: mask for architectures on which they aren't available
input_devices_evdev

But input_devices_evdev is required for input_devices_synaptics to work on my laptop.  See bug #134309

Also in, input_devices_synaptics in unasked in the same profiles/hardened/x86/2.6/use.mask:
# Modular X: unmask for architectures on which they are available
-input_devices_synaptics

input_devices_evdev was added to use.mask 2 days ago on May 23rd:
http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/x86/2.6/use.mask?r1=1.12&r2=1.13

Reproducible: Always
Comment 1 Christian Heim (RETIRED) gentoo-dev 2007-05-25 21:51:37 UTC
Just committed the necessary changes, thank you for reporting it.