Re: [libvirt] [PATCH] selinux: Detect virt_use_nfs boolean set

2011-09-09 Thread Daniel Veillard
On Thu, Sep 08, 2011 at 06:26:05PM +0200, Michal Privoznik wrote: If we fail setting label on a file and this file is on NFS share, it is wise to advise user to set virt_use_nfs selinux boolean variable. --- src/security/security_selinux.c | 11 ++- 1 files changed, 10

Re: [libvirt] [PATCH] selinux: Detect virt_use_nfs boolean set

2011-09-09 Thread Michal Privoznik
On 09.09.2011 09:24, Daniel Veillard wrote: On Thu, Sep 08, 2011 at 06:26:05PM +0200, Michal Privoznik wrote: If we fail setting label on a file and this file is on NFS share, it is wise to advise user to set virt_use_nfs selinux boolean variable. --- src/security/security_selinux.c | 11

[libvirt] [PATCH] selinux: Detect virt_use_nfs boolean set

2011-09-08 Thread Michal Privoznik
If we fail setting label on a file and this file is on NFS share, it is wise to advise user to set virt_use_nfs selinux boolean variable. --- src/security/security_selinux.c | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/security/security_selinux.c