]> git.ipfire.org Git - thirdparty/libvirt.git/commit
security: DAC: Introduce callback to perform image chown
authorPeter Krempa <pkrempa@redhat.com>
Thu, 10 Jul 2014 12:17:24 +0000 (14:17 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 24 Jul 2014 07:58:59 +0000 (09:58 +0200)
commit7490a6d272486f15c21aa10435f5c0e8bf66ee18
tree977c3272057b461a856223f501e5a5e5097b757d
parent9f28599d5140ce38a5600870e28aaf1b9e6bfe93
security: DAC: Introduce callback to perform image chown

To integrate the security driver with the storage driver we need to
pass a callback for a function that will chown storage volumes.

Introduce and document the callback prototype.
src/qemu/qemu_driver.c
src/security/security_dac.c
src/security/security_dac.h
src/security/security_manager.c
src/security/security_manager.h