]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: use disk source accessors in security/
authorEric Blake <eblake@redhat.com>
Tue, 18 Mar 2014 19:55:04 +0000 (13:55 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 24 Mar 2014 17:59:50 +0000 (11:59 -0600)
commit2aad0ebe2d4d3fa52039fa87f0a11de19e5f0133
treec136207dce7c9e1d62854d9b289acbe30a90b55b
parentcd01d2ad515b56c551b381115ad876d20cb933e2
conf: use disk source accessors in security/

Part of a series of cleanups to use new accessor methods.

* src/security/security_dac.c (virSecurityDACSetSecurityImageLabel)
(virSecurityDACRestoreSecurityImageLabelInt)
(virSecurityDACSetSecurityAllLabel): Use accessors.
* src/security/security_selinux.c
(virSecuritySELinuxRestoreSecurityImageLabelInt)
(virSecuritySELinuxSetSecurityImageLabel)
(virSecuritySELinuxSetSecurityAllLabel): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/security/security_dac.c
src/security/security_selinux.c