tags 543271 + patch
thanks

I can confirm that Matthias' patch (which is tiny and obvious) is sufficient
to solve the immediate problem of /dev/fuse being owned by root:root. It's
a sufficiently annoying bug, with a sufficiently trivial fix, that I'd be
happy to NMU this if you're too busy...

I haven't addressed Marco's other criticisms of this package's interaction
with udev, which I think could reasonably be represented by #534572.

I suspect that this patch may also be enough to close #473545, without doing
strange things like reloading udev, chgrp'ing the device node yourself, etc.

Regards,
    Simon
diffstat for fuse_2.7.4-2 fuse_2.7.4-2.1

 debian/fuse-utils.udev      |    1 +
 fuse-2.7.4/debian/changelog |    9 +++++++++
 fuse-2.7.4/debian/rules     |    1 +
 3 files changed, 11 insertions(+)

diff -u fuse-2.7.4/debian/changelog fuse-2.7.4/debian/changelog
--- fuse-2.7.4/debian/changelog
+++ fuse-2.7.4/debian/changelog
@@ -1,3 +1,12 @@
+fuse (2.7.4-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Apply patch from Matthias Heinz to make /dev/fuse owned by root:fuse,
+    which is no longer done by udev since fuse is a non-standard group
+    originating from this package. (Closes: #543271)
+
+ -- Simon McVittie <s...@debian.org>  Fri, 23 Oct 2009 14:58:40 +0100
+
 fuse (2.7.4-2) unstable; urgency=low
 
   * Ack previous NMU, thanks.
diff -u fuse-2.7.4/debian/rules fuse-2.7.4/debian/rules
--- fuse-2.7.4/debian/rules
+++ fuse-2.7.4/debian/rules
@@ -77,6 +77,7 @@
 	done
 endif
 	dh_installman -s
+	dh_installudev
 	dh_link -s
 	dh_strip -s
 	dh_compress -s -Xusr/share/doc/libfuse-dev/examples/
only in patch2:
unchanged:
--- fuse-2.7.4.orig/debian/fuse-utils.udev
+++ fuse-2.7.4/debian/fuse-utils.udev
@@ -0,0 +1 @@
+KERNEL=="fuse", GROUP="fuse"

Attachment: signature.asc
Description: Digital signature

Reply via email to