libvirt/src/security
Daniel P. Berrange 3f6470f753 Fix error handling in virSecurityManagerGetMountOptions
The impls of virSecurityManagerGetMountOptions had no way to
return errors, since the code was treating 'NULL' as a success
value. This is somewhat pointless, since the calling code did
not want NULL in the first place and has to translate it into
the empty string "". So change the code so that the impls can
return "" directly, allowing use of NULL for error reporting
once again

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2012-11-27 16:45:04 +00:00
..
security_apparmor.c Fix error handling in virSecurityManagerGetMountOptions 2012-11-27 16:45:04 +00:00
security_apparmor.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_dac.c Remove spurious whitespace between function name & open brackets 2012-11-02 13:36:49 +00:00
security_dac.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_driver.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_driver.h selinux: add security selinux function to label tapfd 2012-10-15 21:01:07 +08:00
security_manager.c Fix error handling in virSecurityManagerGetMountOptions 2012-11-27 16:45:04 +00:00
security_manager.h selinux: add security selinux function to label tapfd 2012-10-15 21:01:07 +08:00
security_nop.c Fix error handling in virSecurityManagerGetMountOptions 2012-11-27 16:45:04 +00:00
security_nop.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_selinux.c Fix error handling in virSecurityManagerGetMountOptions 2012-11-27 16:45:04 +00:00
security_selinux.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_stack.c Remove spurious whitespace between function name & open brackets 2012-11-02 13:36:49 +00:00
security_stack.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virt-aa-helper.c capabilities: defaultConsoleTargetType can depend on architecture 2012-11-09 09:20:59 -07:00