]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add security driver APIs for getting mount options
authorDaniel Walsh <dwalsh@redhat.com>
Tue, 1 May 2012 14:16:04 +0000 (15:16 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 16 May 2012 09:05:47 +0000 (10:05 +0100)
commitabf2ebbd277f04d5e6a51fc129ef8c2dce86f640
treec21246bce8eacc99efab9aa0f018d99c47b50f60
parent6844ceadb4ec868864901431ae5044223c4c84c4
Add security driver APIs for getting mount options

Some security drivers require special options to be passed to
the mount system call. Add a security driver API for handling
this data.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/libvirt_private.syms
src/security/security_dac.c
src/security/security_driver.c
src/security/security_driver.h
src/security/security_manager.c
src/security/security_manager.h
src/security/security_nop.c
src/security/security_selinux.c
src/security/security_stack.c