libvirt/src/security
Michal Privoznik d901fd6092 Drop needless variable
Instead of the following pattern:

  type ret;
  ...
  ret = func();
  return ret;

we can use:

  return func()

directly.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
2020-05-05 11:19:34 +02:00
..
apparmor apparmor: avoid denials on libpmem initialization 2020-04-15 10:33:23 +02:00
Makefile.inc.am virhostdev: move to src/hypervisor 2020-02-24 16:47:21 +01:00
security_apparmor.c Drop needless variable 2020-05-05 11:19:34 +02:00
security_apparmor.h
security_dac.c security: Remove labelling of 'externalDataStore' 2020-04-27 10:31:40 +02:00
security_dac.h
security_driver.c
security_driver.h security: Introduce virSecurityManagerDomainSetPathLabelRO 2020-04-17 16:24:30 +02:00
security_manager.c security: Introduce virSecurityManagerDomainSetPathLabelRO 2020-04-17 16:24:30 +02:00
security_manager.h security: Introduce virSecurityManagerDomainSetPathLabelRO 2020-04-17 16:24:30 +02:00
security_nop.c
security_nop.h
security_selinux.c security: Remove labelling of 'externalDataStore' 2020-04-27 10:31:40 +02:00
security_selinux.h
security_stack.c security: Introduce virSecurityManagerDomainSetPathLabelRO 2020-04-17 16:24:30 +02:00
security_stack.h
security_util.c Drop needless variable 2020-05-05 11:19:34 +02:00
security_util.h
virt-aa-helper.c security: Remove labelling of 'externalDataStore' 2020-04-27 10:31:40 +02:00