libvirt/src/security
Daniel P. Berrangé 568a417224 Enforce a standard header file guard symbol name
Require that all headers are guarded by a symbol named

  LIBVIRT_$FILENAME

where $FILENAME is the uppercased filename, with all characters
outside a-z changed into '_'.

Note we do not use a leading __ because that is technically a
namespace reserved for the toolchain.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2018-12-14 10:47:13 +00:00
..
Makefile.inc.am make: split security driver build rules into security/Makefile.inc.am 2018-03-05 17:12:01 +00:00
security_apparmor.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
security_apparmor.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
security_dac.c security: dac: gfx: egl-headless: Relabel the DRI device 2018-12-03 14:56:08 +01:00
security_dac.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
security_driver.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
security_driver.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
security_manager.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
security_manager.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
security_nop.c security: introduce virSecurityManager(Set|Restore)ChardevLabel 2017-12-05 13:54:48 +01:00
security_nop.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
security_selinux.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
security_selinux.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
security_stack.c virSecurityManagerTransactionCommit: Do metadata locking iff enabled in config 2018-11-16 13:42:38 +01:00
security_stack.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virt-aa-helper.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00