diff options
author | Ned Ludd <solar@gentoo.org> | 2006-06-30 03:44:01 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-06-30 03:44:01 +0000 |
commit | 79a70dc60a7a97ccdad902ce816c397026a1ca48 (patch) | |
tree | ddf4230f22d66d50b8c012cf3841478327785132 /profiles/hardened | |
parent | stable x86; blah blah (diff) | |
download | historical-79a70dc60a7a97ccdad902ce816c397026a1ca48.tar.gz historical-79a70dc60a7a97ccdad902ce816c397026a1ca48.tar.bz2 historical-79a70dc60a7a97ccdad902ce816c397026a1ca48.zip |
- p.mask nvidia-kernel and nvidia-glx in hardened profile.
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/package.mask | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/profiles/hardened/package.mask b/profiles/hardened/package.mask index 230d8b8c2a87..9fea26a2b86d 100644 --- a/profiles/hardened/package.mask +++ b/profiles/hardened/package.mask @@ -1,6 +1,6 @@ # Copyright 2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/package.mask,v 1.3 2006/03/13 19:34:23 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/package.mask,v 1.4 2006/06/30 03:44:01 solar Exp $ # This file is additional masking for the hardened profile @@ -19,3 +19,11 @@ # around if you try it in a live system. # 2006-03-13 kevquinn =sys-libs/glibc-2.4* + +# These two package do more harm than good w/ hardened. +# users must now the opensource xorg nv driver with nvidia cards. +# By placing Driver "nv" in xorg.conf +# 2006-06-29 solar +media-video/nvidia-kernel +media-video/nvidia-glx + |