]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Use private data struct in SELinux driver
authorDaniel Walsh <dwalsh@redhat.com>
Fri, 11 May 2012 09:43:30 +0000 (10:43 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 16 May 2012 09:05:46 +0000 (10:05 +0100)
commitfa5e68ffbfee0bd012404e842d2b7c1795bf44d9
tree10bcf2aab5a7a659613ee5e96f8c9ff223786fd8
parentcf36c23bc952744feeb4d0b4fd81d7004bfed8cf
Use private data struct in SELinux driver

Currently the SELinux driver stores its state in a set of global
variables. This switches it to use a private data struct instead.
This will enable different instances to have their own data.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/security/security_selinux.c