libvirt/src/security
John Ferlan 676688b69b security: Remove unnecessary checks for mgr == NULL
Coverity found the DACGenLabel was checking for mgr == NULL after a
possible dereference; however, in order to get into the function the
virSecurityManagerGenLabel would have already dereferenced sec_managers[i]
so the check was unnecessary. Same check is made in SELinuxGenSecurityLabel.
2013-02-16 07:44:35 -05:00
..
security_apparmor.c security: add new virSecurityManagerSetChildProcessLabel API 2013-02-13 16:11:16 -05:00
security_apparmor.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_dac.c security: Remove unnecessary checks for mgr == NULL 2013-02-16 07:44:35 -05:00
security_dac.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_driver.c Rename virterror.c virterror_internal.h to virerror.{c,h} 2012-12-21 11:19:50 +00:00
security_driver.h security: add new virSecurityManagerSetChildProcessLabel API 2013-02-13 16:11:16 -05:00
security_manager.c security: add new virSecurityManagerSetChildProcessLabel API 2013-02-13 16:11:16 -05:00
security_manager.h security: add new virSecurityManagerSetChildProcessLabel API 2013-02-13 16:11:16 -05:00
security_nop.c security: add new virSecurityManagerSetChildProcessLabel API 2013-02-13 16:11:16 -05:00
security_nop.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_selinux.c security: Remove unnecessary checks for mgr == NULL 2013-02-16 07:44:35 -05:00
security_selinux.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_stack.c security: add new virSecurityManagerSetChildProcessLabel API 2013-02-13 16:11:16 -05:00
security_stack.h security: fix #endif comment in security_stack.h 2012-12-20 19:55:54 +01:00
virt-aa-helper.c Turn virCapabilities into a virObject 2013-02-08 11:34:26 +00:00