]> git.ipfire.org Git - thirdparty/libvirt.git/commit
security_dac: Resolve virSecurityDACSetOwnershipInternal const correctness
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 14 Dec 2016 14:25:22 +0000 (15:25 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 10 Jan 2017 11:49:59 +0000 (12:49 +0100)
commit39779eb19531c17e13addbf9612302ceee2ed257
tree018bd5c88e0585e1fd2edd01b8e89eabd5d2b891
parentfeeaa015c1144792d35ea51ebcccc9161e86fc6b
security_dac: Resolve virSecurityDACSetOwnershipInternal const correctness

The code at the very bottom of the DAC secdriver that calls
chown() should be fine with read-only data. If something needs to
be prepared it should have been done beforehand.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_driver.c
src/security/security_dac.c
src/security/security_manager.h
src/storage/storage_backend.h
src/storage/storage_backend_fs.c
src/storage/storage_backend_gluster.c
src/storage/storage_driver.c
src/storage/storage_driver.h
src/util/virstoragefile.c
src/util/virstoragefile.h