Re: [Qemu-devel] [PATCH-V7 09/10] virtio-9p: Implement Security model for mknod

2010-06-14 Thread Anthony Liguori
On 06/14/2010 03:34 PM, Venkateswararao Jujjuri (JV) wrote: Mapped mode stores extended attributes in the user space of the extended attributes. Given that the user space extended attributes are available to regular files only, special files are created as regular files on the fileserver and appr

Re: [Qemu-devel] [PATCH-V7 09/10] virtio-9p: Implement Security model for mknod

2010-06-14 Thread Venkateswararao Jujjuri (JV)
Anthony Liguori wrote: > On 06/14/2010 03:34 PM, Venkateswararao Jujjuri (JV) wrote: >> Mapped mode stores extended attributes in the user space of the extended >> attributes. Given that the user space extended attributes are available >> to regular files only, special files are created as regular

[Qemu-devel] [PATCH-V7 09/10] virtio-9p: Implement Security model for mknod

2010-06-14 Thread Venkateswararao Jujjuri (JV)
Mapped mode stores extended attributes in the user space of the extended attributes. Given that the user space extended attributes are available to regular files only, special files are created as regular files on the fileserver and appropriate mode bits are added to the extended attributes. This m