libvirt/src/security
Cole Robinson e7db227810 util: Add virGettextInitialize, convert the code
Take setlocale/gettext error handling pattern from tools/virsh-*
and use it for all standalone binaries via a new shared
virGettextInitialize routine. The virsh* pattern differed slightly
from other callers. All users now consistently:

* Ignore setlocale errors. virsh has done this forever, presumably for
  good reason. This has been partially responsible for some bug reports:

  https://bugzilla.redhat.com/show_bug.cgi?id=1312688
  https://bugzilla.redhat.com/show_bug.cgi?id=1026514
  https://bugzilla.redhat.com/show_bug.cgi?id=1016158

* Report the failed function name
* Report strerror
2016-04-14 13:22:40 -04:00
..
security_apparmor.c Fix build after recent patches 2016-02-04 16:34:28 +01:00
security_apparmor.h
security_dac.c security: Do not restore labels on device tree binary 2016-01-15 16:34:37 +01:00
security_dac.h
security_driver.c
security_driver.h security: Add virSecurityDomainSetDirLabel 2015-08-24 11:53:17 +02:00
security_manager.c Avoid using !STREQ and !STRNEQ 2015-10-21 15:03:35 +02:00
security_manager.h virSecurityManagerNew: Turn array of booleans into flags 2015-10-07 17:51:28 +02:00
security_nop.c
security_nop.h
security_selinux.c build: add GCC 6.0 -Wlogical-op workaround 2016-04-11 12:09:14 +02:00
security_selinux.h
security_stack.c security_stack: remove extra Security from function names 2015-12-15 16:06:08 +01:00
security_stack.h
virt-aa-helper.c util: Add virGettextInitialize, convert the code 2016-04-14 13:22:40 -04:00