]> git.proxmox.com Git - qemu.git/commit - qemu-options.hx
virtio-9p: Introduces an option to specify the security model.
authorVenkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
Mon, 14 Jun 2010 20:34:40 +0000 (13:34 -0700)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 22 Jun 2010 20:15:30 +0000 (15:15 -0500)
commit9ce56db6f0de81fd81972029073ff8008830bc02
treeb5dea604c05c2f06080ffbc9cc96385a337b093b
parentfac4f111476740f5bda988b320aa9037d6672a56
virtio-9p: Introduces an option to specify the security model.

The new option is:

-fsdev fstype,id=myid,path=/share_path/,security_model=[mapped|passthrough]
-virtfs fstype,path=/share_path/,security_model=[mapped|passthrough],mnt_tag=tag

In the case of mapped security model, files are created with QEMU user
credentials and the client-user's credentials are saved in extended attributes.
Whereas in the case of passthrough security model, files on the
filesystem are directly created with client-user's credentials.

Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
fsdev/qemu-fsdev.c
fsdev/qemu-fsdev.h
hw/virtio-9p.c
qemu-config.c
qemu-options.hx
vl.c