Dirk,

You need to compile with -DNFS_SECURITY_HOLE.  Unfortunately 1.1.1 has a
paper-bag type typo, so you'll need to download the latest snapshot.

ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/snapshots/unionfs-20051025-2113.tar.gz

Charles

On Wed, 2005-10-26 at 11:22 +0200, Dirk von Suchodoletz wrote:
> Hi!! I just tested unionfs-20051013-1721 with the patch named too -> works 
> surprisingly well :-)
> 
> With (unpatched) unionfs-20051024-1502 I got strange errors: 
> echo bla > /etc/fstab (tempfs union over ro nfs) --> permission denied
> 
> rm /etc/fstab; echo bla > /etc/fstab  --> worked
> 
> Strange, 
>         Dirk
> 
> 
> > > Just I saw that Junjiro's patch is not in the last snapshot 20051018-0013.
> > > I am using it with 20051014-1448 without any problems.
> > > So please insert it in the next snapshot.
> > 
> > Yes, it will be required for nfs users. And it has been merged.
> > Thank you Charles and Martin.
> > The patch I posted on October 7 is also required.
> > I hope the patch will be merged, especially for iso9660 users.
> > 
> > 
> > Junjiro Okajima
> > 
> > 
> > before patch,
> > 
> > $ ls -ld */dir */dir/f
> > ls: */dir/f: No such file or directory
> > dr-xr-xr-x  2 jro jro 1024 Oct 25 23:06 iso9660/dir/
> > drwxr-xr-x  2 jro jro 1024 Oct 25 23:06 tmpfs/dir/
> > drwxr-xr-x  2 jro jro 1024 Oct 25 23:06 union/dir/
> > $ touch union/dir/f
> > touch: cannot touch `union/dir/f': Permission denied
> > 
> > after patch,
> > 
> > $ ls -ld */dir */dir/f
> > ls: */dir/f: No such file or directory
> > dr-xr-xr-x  2 jro jro 1024 Oct 25 23:12 iso9660/dir/
> > drwxr-xr-x  2 jro jro 1024 Oct 25 23:12 tmpfs/dir/
> > drwxr-xr-x  2 jro jro 1024 Oct 25 23:12 union/dir/
> > $ touch union/dir/f
> > $ ls -ld */dir */dir/f
> > dr-xr-xr-x  2 jro jro 1024 Oct 25 23:12 iso9660/dir/
> > drwxr-xr-x  2 jro jro 1024 Oct 25 23:13 tmpfs/dir/
> > -rw-r--r--  1 jro jro    0 Oct 25 23:13 tmpfs/dir/f
> > drwxr-xr-x  2 jro jro 1024 Oct 25 23:13 union/dir/
> > -rw-r--r--  1 jro jro    0 Oct 25 23:13 union/dir/f
> > _______________________________________________
> > unionfs mailing list
> > [email protected]
> > http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
> > 
> _______________________________________________
> unionfs mailing list
> [email protected]
> http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs

_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs

Reply via email to