[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#990630: unblock: fuse3/3.10.3-2



On Sat, Jul 3, 2021 at 7:21 AM László Böszörményi <gcs@debian.org> wrote:
> [ Checklist ]
>   [x] all changes are documented in the d/changelog
>   [x] I reviewed all changes and I approve them
>   [x] attach debdiff against the package in testing
 Then I really attach the debdiff.

Regards,
Laszlo/GCS
diff -Nru fuse3-3.10.3/debian/changelog fuse3-3.10.3/debian/changelog
--- fuse3-3.10.3/debian/changelog	2021-04-21 14:34:39.000000000 +0200
+++ fuse3-3.10.3/debian/changelog	2021-06-20 15:45:33.000000000 +0200
@@ -1,3 +1,9 @@
+fuse3 (3.10.3-2) unstable; urgency=medium
+
+  * Do not try to alter cuse device permissions (closes: #947229, #989977).
+
+ -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Sun, 20 Jun 2021 15:45:33 +0200
+
 fuse3 (3.10.3-1) unstable; urgency=medium
 
   * New upstream release:
diff -Nru fuse3-3.10.3/debian/fuse3.postinst fuse3-3.10.3/debian/fuse3.postinst
--- fuse3-3.10.3/debian/fuse3.postinst	2021-01-29 16:59:06.000000000 +0100
+++ fuse3-3.10.3/debian/fuse3.postinst	2021-06-20 15:45:33.000000000 +0200
@@ -14,10 +14,6 @@
 
 case "${1}" in
 	configure)
-		if [ -c /dev/cuse ] && ! chrooted
-		then
-			chmod 0600 /dev/cuse > /dev/null 2>&1
-		fi
 		if ! dpkg-statoverride --list /bin/fusermount3 > /dev/null 2>&1
 		then
 			chmod 4755 /bin/fusermount3

Reply to: