]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virfile: Introduce ACL helpers
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 22 Nov 2016 10:14:08 +0000 (11:14 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 15 Dec 2016 08:25:16 +0000 (09:25 +0100)
commit654b4d48bcdeeaf31df131644544bb1277f0f8bb
tree6fc01642e52f7d6cb65f28aa6a466ba61528ffa7
parent1a7c9a5d5087d562fabfd7b7ff3cd1b9b19e9419
virfile: Introduce ACL helpers

Namely, virFileGetACLs, virFileSetACLs, virFileFreeACLs and
virFileCopyACLs. These functions are going to be required when we
are creating /dev for qemu. We have copy anything that's in
host's /dev exactly as is. Including ACLs.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
config-post.h
configure.ac
src/Makefile.am
src/libvirt_private.syms
src/util/virfile.c
src/util/virfile.h