]> git.ipfire.org Git - thirdparty/libvirt.git/commit
security_dac: Pass virSecurityManagerPtr to virSecurityDACSetOwnership
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 22 Aug 2018 13:09:16 +0000 (15:09 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 7 Sep 2018 07:57:22 +0000 (09:57 +0200)
commit3ac7793ad1ae0f4dc7b7ddbcfd182d5ff0b45538
tree33cceee128a2b836091673fcdbf26972384a88d8
parent80f4183a0c817539c5805e5a28ac05bdd55c51c0
security_dac: Pass virSecurityManagerPtr to virSecurityDACSetOwnership

This function is going call security manager APIs and therefore
it needs pointer to it.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/security/security_dac.c