Re: [libvirt] [PATCHv2 3/3] security: label the slic_table

2016-05-25 Thread Ján Tomko
On Wed, May 25, 2016 at 05:06:27PM +0200, Peter Krempa wrote: > On Wed, May 25, 2016 at 16:53:25 +0200, Peter Krempa wrote: > > On Mon, May 23, 2016 at 20:01:18 +0200, Ján Tomko wrote: > > > Add support for the slic_table to the security drivers. > > > > In this case, you should add a note to the

Re: [libvirt] [PATCHv2 3/3] security: label the slic_table

2016-05-25 Thread Peter Krempa
On Wed, May 25, 2016 at 16:53:25 +0200, Peter Krempa wrote: > On Mon, May 23, 2016 at 20:01:18 +0200, Ján Tomko wrote: > > Add support for the slic_table to the security drivers. > > In this case, you should add a note to the documentation that the file > is not treated as shared and should be cop

Re: [libvirt] [PATCHv2 3/3] security: label the slic_table

2016-05-25 Thread Peter Krempa
On Mon, May 23, 2016 at 20:01:18 +0200, Ján Tomko wrote: > Add support for the slic_table to the security drivers. In this case, you should add a note to the documentation that the file is not treated as shared and should be copied for every VM to avoid problems as with shared kernel files. > ---

[libvirt] [PATCHv2 3/3] security: label the slic_table

2016-05-23 Thread Ján Tomko
Add support for the slic_table to the security drivers. --- src/security/security_dac.c | 5 + src/security/security_selinux.c | 5 + src/security/virt-aa-helper.c | 4 3 files changed, 14 insertions(+) diff --git a/src/security/security_dac.c b/src/security/security_dac.c inde