]> git.ipfire.org Git - thirdparty/qemu.git/commit - qemu-options.hx
hw/9pfs: Add new security model mapped-file.
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 19 Jan 2012 06:51:11 +0000 (12:21 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 19 Jan 2012 06:51:11 +0000 (12:21 +0530)
commit2c30dd744aa02d31a8a3b87daaba0b2cb774f346
tree6546809cbe5e220c5d6710170ff512de265b1566
parent8c4ec5c0269bda18bb777a64b2008088d1c632dc
hw/9pfs: Add new security model mapped-file.

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 model
Older name is still supported.

POSIX rules regarding ctime update on chmod are not followed by this security model.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fsdev/file-op-9p.h
hw/9pfs/cofile.c
hw/9pfs/virtio-9p-device.c
hw/9pfs/virtio-9p-local.c
qemu-options.hx