Hi,
I just uploaded this package to delayed-2 with the attached patch
applied
Regards
Vincent
--
Vincent Danjean GPG key ID 0x9D025E87 [email protected]
GPG key fingerprint: FC95 08A6 854D DB48 4B9A 8A94 0BF7 7867 9D02 5E87
Unofficial packages: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo: deb http://perso.debian.org/~vdanjean/debian unstable main
diff --git a/debian/changelog b/debian/changelog
index dc33e57..591157b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+nvidia-kernel-common (20100216+3+nmu1) unstable; urgency=critical
+
+ [ Jean-Christophe Dubacq ]
+ * Non-maintainer upload.
+ * fix security bug for console users (closes: #574255)
+
+ [ Vincent Danjean ]
+ * Non-maintainer upload.
+ * Upload to delayed-2 queue
+
+ -- Vincent Danjean <[email protected]> Wed, 24 Mar 2010 06:35:53 +0100
+
nvidia-kernel-common (20100216+3) unstable; urgency=low
* fix executable nvidia_helper (closes: #570191)
diff --git a/debian/nvidia-kernel-common.udev b/debian/nvidia-kernel-common.udev
index 1ae14e5..9debd14 100644
--- a/debian/nvidia-kernel-common.udev
+++ b/debian/nvidia-kernel-common.udev
@@ -2,7 +2,7 @@
# This is necessary until the driver uses some other form of auth
ENV{ACL_MANAGE}=="0", GOTO="nvidia_end"
DRIVER=="nvidia",ENV{NVIDIA_DEVICE}="1"
-ENV{NVIDIA_DEVICE}=="0", GOTO="nvidia_end"
+ENV{NVIDIA_DEVICE}!="1", GOTO="nvidia_end"
ENV{ACL_MANAGE}="1"
TEST!="/lib/libglib-2.0.so.0", GOTO="nvidia_end"
# apply ACL for all locally logged in users