[libvirt] [PATCH v4 3/5] Update security layer to handle many security labels

Michal Privoznik mprivozn at redhat.com
Mon Aug 20 17:10:31 UTC 2012


On 16.08.2012 00:10, Marcelo Cerri wrote:
> These changes make the security drivers able to find and handle the
> correct security label information when more than one label is
> available. They also update the DAC driver to be used as an usual
> security driver.
> 
> Signed-off-by: Marcelo Cerri <mhcerri at linux.vnet.ibm.com>
> ---
>  src/libvirt_private.syms         |    2 +
>  src/qemu/qemu_driver.c           |   45 ++++--
>  src/qemu/qemu_process.c          |   50 ++++--
>  src/security/security_apparmor.c |  118 ++++++++++----
>  src/security/security_dac.c      |  324 ++++++++++++++++++++++++++++++++++----
>  src/security/security_manager.c  |  101 +++++++++---
>  src/security/security_manager.h  |    8 +-
>  src/security/security_selinux.c  |  257 +++++++++++++++++++++---------
>  src/security/security_stack.c    |  237 +++++++++++++++++++---------
>  src/security/security_stack.h    |   13 ++
>  10 files changed, 880 insertions(+), 275 deletions(-)
> 

ACK

Michal




More information about the libvir-list mailing list