diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-06-01 03:05:24 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-06-01 03:05:24 +0000 |
commit | 440d7a9b259f3058e52f296074726df7ec77edc3 (patch) | |
tree | 78f2982a23cf81ca43a2e738c01be0da32c10b05 /profiles/hardened | |
parent | fcaps: _libcap_ng_verify: check the exit code of filecap in the pipeline and ... (diff) | |
download | historical-440d7a9b259f3058e52f296074726df7ec77edc3.tar.gz historical-440d7a9b259f3058e52f296074726df7ec77edc3.tar.bz2 historical-440d7a9b259f3058e52f296074726df7ec77edc3.zip |
Unmask xorg's synaptics, wacom, qxl on hardened/linux/uclibc/amd64
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/uclibc/amd64/use.mask | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/profiles/hardened/linux/uclibc/amd64/use.mask b/profiles/hardened/linux/uclibc/amd64/use.mask index bc25cb73c463..bc6d5a48e8d5 100644 --- a/profiles/hardened/linux/uclibc/amd64/use.mask +++ b/profiles/hardened/linux/uclibc/amd64/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/amd64/use.mask,v 1.2 2013/02/07 03:25:26 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/amd64/use.mask,v 1.3 2013/06/01 03:05:24 blueness Exp $ # Unmask the flag which corresponds to ARCH. -amd64 @@ -16,3 +16,11 @@ -ssse3 -3dnow -3dnowext + +# Lilo works on amd64 +-lilo + +# These work +-input_devices_synaptics +-input_devices_wacom +-video_cards_qxl |