Re: [libvirt] [PATCH v1 04/23] security_dac: Introduce remember/recall stubs

2015-10-16 Thread Michal Privoznik
On 16.10.2015 07:43, Peter Krempa wrote: > On Mon, Oct 12, 2015 at 12:25:49 +0200, Michal Privoznik wrote: >> These stubs will be worked in later. They merely lay out the >> structure of the feature. >> >> Signed-off-by: Michal Privoznik >> --- >> src/security/security_dac.c | 45 >>

Re: [libvirt] [PATCH v1 04/23] security_dac: Introduce remember/recall stubs

2015-10-15 Thread Peter Krempa
On Mon, Oct 12, 2015 at 12:25:49 +0200, Michal Privoznik wrote: > These stubs will be worked in later. They merely lay out the > structure of the feature. > > Signed-off-by: Michal Privoznik > --- > src/security/security_dac.c | 45 > + > 1 file chang

Re: [libvirt] [PATCH v1 04/23] security_dac: Introduce remember/recall stubs

2015-10-15 Thread John Ferlan
On 10/12/2015 06:25 AM, Michal Privoznik wrote: > These stubs will be worked in later. They merely lay out the > structure of the feature. > > Signed-off-by: Michal Privoznik > --- > src/security/security_dac.c | 45 > + > 1 file changed, 45 inserti

[libvirt] [PATCH v1 04/23] security_dac: Introduce remember/recall stubs

2015-10-12 Thread Michal Privoznik
These stubs will be worked in later. They merely lay out the structure of the feature. Signed-off-by: Michal Privoznik --- src/security/security_dac.c | 45 + 1 file changed, 45 insertions(+) diff --git a/src/security/security_dac.c b/src/security/sec