Re: [libvirt] [PATCHv2 2/2] security_dac: Honor norelabel attribute

2014-05-15 Thread Jim Fehlig
Ján Tomko wrote: > On 04/04/2014 02:34 PM, Michal Privoznik wrote: > [...] >> src/security/security_dac.c | 92 >> +++-- >> 1 file changed, 73 insertions(+), 19 deletions(-) >> >> diff --git a/src/security/security_dac.c b/src/security/security_dac.c >>

Re: [libvirt] [PATCHv2 2/2] security_dac: Honor norelabel attribute

2014-04-17 Thread Ján Tomko
On 04/04/2014 02:34 PM, Michal Privoznik wrote: > The inspiration for this patch comes from a question on the list > asking if there's a way to not label some disks. Well, in DAC driver > there's not. Even if user have requested norelabel: > > > > > > > >

[libvirt] [PATCHv2 2/2] security_dac: Honor norelabel attribute

2014-04-04 Thread Michal Privoznik
The inspiration for this patch comes from a question on the list asking if there's a way to not label some disks. Well, in DAC driver there's not. Even if user have requested norelabel: the DAC driver ignores this completely. Signed-of