libvirt/src/security
Michal Privoznik 3027bacf95 virSecuritySELinuxSetFileconHelper: Fix build with broken selinux.h
There are still some systems out there that have broken
setfilecon*() prototypes. Instead of taking 'const char *tcon' it
is taking 'char *tcon'. The function should just set the context,
not modify it.

We had been bitten with this problem before which resulted in
292d3f2d and subsequently b109c09765. However, with one my latest
commits (4674fc6afd) I've changed the type of @tcon variable to
'const char *' which results in build failure on the systems from
above.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2017-01-10 19:23:49 +01:00
..
security_apparmor.c security: Include vhost-scsi in security labels 2016-11-24 12:16:26 -05:00
security_apparmor.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_dac.c security_dac: Implement transaction APIs 2017-01-10 12:50:00 +01:00
security_dac.h security: DAC: Introduce callback to perform image chown 2014-07-24 09:58:59 +02:00
security_driver.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
security_driver.h security driver: Introduce transaction APIs 2017-01-10 12:49:59 +01:00
security_manager.c security driver: Introduce transaction APIs 2017-01-10 12:49:59 +01:00
security_manager.h security driver: Introduce transaction APIs 2017-01-10 12:49:59 +01:00
security_nop.c security: Introduce APIs to label single images 2014-07-09 10:38:56 +02:00
security_nop.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_selinux.c virSecuritySELinuxSetFileconHelper: Fix build with broken selinux.h 2017-01-10 19:23:49 +01:00
security_selinux.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
security_stack.c security driver: Introduce transaction APIs 2017-01-10 12:49:59 +01:00
security_stack.h security: fix #endif comment in security_stack.h 2012-12-20 19:55:54 +01:00
virt-aa-helper.c virt-aa-helper: fix parsing security labels by introducing VIR_DOMAIN_DEF_PARSE_SKIP_SECLABEL 2016-11-30 08:15:57 +01:00