Re: [libvirt] [PATCH] Added new attribute security_model to filesystem element

2010-10-07 Thread Venkateswararao Jujjuri (JV)
On 10/7/2010 7:20 AM, Daniel Veillard wrote: > On Sat, Sep 25, 2010 at 12:04:11AM +0530, Harsh Prateek Bora wrote: >> This patch introduces new attribute to filesystem element >> to support customizable security_model for mount type. >> Valid security_model are: passthrough, mapped and none. >> >>

Re: [libvirt] [PATCH] Added new attribute security_model to filesystem element

2010-10-07 Thread Venkateswararao Jujjuri (JV)
On 10/7/2010 5:13 AM, Justin Clift wrote: > On 10/07/2010 10:17 PM, Daniel P. Berrange wrote: >> On Sat, Sep 25, 2010 at 12:04:11AM +0530, Harsh Prateek Bora wrote: >>> This patch introduces new attribute to filesystem element >>> to support customizable security_model for mount type. >>> Valid sec

Re: [libvirt] [PATCH] Added new attribute security_model to filesystem element

2010-10-07 Thread Daniel Veillard
On Sat, Sep 25, 2010 at 12:04:11AM +0530, Harsh Prateek Bora wrote: > This patch introduces new attribute to filesystem element > to support customizable security_model for mount type. > Valid security_model are: passthrough, mapped and none. > > Usage: > > > > Well,

Re: [libvirt] [PATCH] Added new attribute security_model to filesystem element

2010-10-07 Thread Justin Clift
On 10/07/2010 10:17 PM, Daniel P. Berrange wrote: On Sat, Sep 25, 2010 at 12:04:11AM +0530, Harsh Prateek Bora wrote: This patch introduces new attribute to filesystem element to support customizable security_model for mount type. Valid security_model are: passthrough, mapped and none. Usage:

Re: [libvirt] [PATCH] Added new attribute security_model to filesystem element

2010-10-07 Thread Daniel P. Berrange
On Sat, Sep 25, 2010 at 12:04:11AM +0530, Harsh Prateek Bora wrote: > This patch introduces new attribute to filesystem element > to support customizable security_model for mount type. > Valid security_model are: passthrough, mapped and none. > > Usage: > I'd like to think of a different n

[libvirt] [PATCH] Added new attribute security_model to filesystem element

2010-09-24 Thread Harsh Prateek Bora
This patch introduces new attribute to filesystem element to support customizable security_model for mount type. Valid security_model are: passthrough, mapped and none. Usage: Note: This patch is based on Daniel's patch to support 9pfs. It shall be applied afte