EncFS patch
Daiki Ueno
ueno at unixuser.org
Thu Nov 11 03:24:58 CET 2010
Werner Koch <wk at gnupg.org> writes:
> find below a pacth agains EncFS 1.5.2 - this is the one I used for
> testing.
Thanks. It now basically works (I used encfs-1.7.3_annotate.diff you
posted to gnupg-devel), though the usage was a bit unclear to me :)
For anyone else who wants to try, here is my trial log:
$ g13 -r A6CC6651 --create foo
$ mkdir /tmp/x
$ g13 --mount foo /tmp/x &
$ echo aaa > /tmp/x/passwords
$ pkill g13
$ ls /tmp/x # there are no files
$ g13 --mount foo /tmp/x &
$ ls /tmp/x
passwords
Regards,
--
Daiki Ueno
More information about the Gnupg-users
mailing list