diff -Nru fuse3-3.10.3/debian/changelog fuse3-3.10.3/debian/changelog --- fuse3-3.10.3/debian/changelog 2021-04-21 12:34:39.000000000 +0000 +++ fuse3-3.10.3/debian/changelog 2021-06-20 13:45:33.000000000 +0000 @@ -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) 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 15:59:06.000000000 +0000 +++ fuse3-3.10.3/debian/fuse3.postinst 2021-06-20 13:45:33.000000000 +0000 @@ -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