]> xenbits.xensource.com Git - libvirt.git/commit
security: Rename SetSocketLabel APIs to SetDaemonSocketLabel
authorJiri Denemark <jdenemar@redhat.com>
Fri, 26 Aug 2011 07:05:57 +0000 (09:05 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 26 Aug 2011 09:51:09 +0000 (11:51 +0200)
commit4c85d96f27ad094e8bbba1654663d3f18ba98f77
tree50ff9104c21dd465770016d71c40ef395f650fa1
parentb136266d57e5cff90142eaaad204d8b5b468dd9c
security: Rename SetSocketLabel APIs to SetDaemonSocketLabel

The APIs are designed to label a socket in a way that the libvirt daemon
itself is able to access it (i.e., in SELinux the label is virtd_t based
as opposed to svirt_* we use for labeling resources that need to be
accessed by a vm). The new name reflects this.
src/libvirt_private.syms
src/qemu/qemu_process.c
src/security/security_apparmor.c
src/security/security_dac.c
src/security/security_driver.h
src/security/security_manager.c
src/security/security_manager.h
src/security/security_nop.c
src/security/security_selinux.c
src/security/security_stack.c