Comment 1 for bug 191831

Revision history for this message
Valient Gough (vgough) wrote : Re: bash test -w (writeable) always SUCCEED on EncFS + linux-2.4.26.X ?

I'm not able to reproduce with Encfs 1.4.1.1, Fuse 2.7.0, linux 2.6.22:

$ cd crypt
$ touch foo
$ test -w foo && echo rw
rw
$ chmod -w foo
$ test -w foo && echo rw
$