Re: [Qemu-devel] [PATCH] hw/9pfs: Add new security model mapped-file.

2011-12-22 Thread Aneesh Kumar K.V
On Thu, 22 Dec 2011 21:45:51 +, Alex Bradbury wrote: > On 19 December 2011 13:50, Aneesh Kumar K.V > wrote: > > From: "Aneesh Kumar K.V" > > > > This enable us to do passthrough equivalent security model on NFS directory. > > NFS server mostly do root squashing and don't support xattr. Hence

Re: [Qemu-devel] [PATCH] hw/9pfs: Add new security model mapped-file.

2011-12-22 Thread Alex Bradbury
On 19 December 2011 13:50, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > This enable us to do passthrough equivalent security model on NFS directory. > NFS server mostly do root squashing and don't support xattr. Hence we cannot > use 'passthrough' or 'mapped' security model > > Also add

[Qemu-devel] [PATCH] hw/9pfs: Add new security model mapped-file.

2011-12-19 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" This enable us to do passthrough equivalent security model on NFS directory. NFS server mostly do root squashing and don't support xattr. Hence we cannot use 'passthrough' or 'mapped' security model Also added "mapped-xattr" security to indicate earlier "mapped" security