Package: unionfs-fuse Version: 0.21-2 Hi,
Trying out unionfs-fuse to determine whether it is better than funionfs or not I noticed that even when a directory is marked as RO, it is not respected. Example: $ mkdir -p {{local,remote}/,}test $ /usr/sbin/unionfs-fuse remote/test=RO:local/test=RW test $ cat /dev/null > test/foo $ ls local/test $ ls remote/test foo If I change the order of the arguments so that local comes before remote it is "respected" (in the sense that the file is written under local, and not under remote; but I suspect that given the required circumstances the bug would show up in that case as well). Cheers, -- Raphael Geissert - Debian Maintainer www.debian.org - get.debian.net -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org