libvirt/src/security
Eric Blake 3dfd4ea398 build: avoid compiler warning on cygwin
On cygwin:

  CC       libvirt_driver_security_la-security_dac.lo
security/security_dac.c: In function 'virSecurityDACSetProcessLabel':
security/security_dac.c:618: warning: format '%d' expects type 'int', but argument 7 has type 'uid_t' [-Wformat]

We've done this before (see src/util/util.c).

* src/security/security_dac.c (virSecurityDACSetProcessLabel): On
cygwin, uid_t is a 32-bit long.
2011-03-08 21:56:18 -07:00
..
security_apparmor.c Put <stdbool.h> into internal.h so it is available everywhere 2011-02-24 12:04:06 +00:00
security_apparmor.h Refactor the security drivers to simplify usage 2011-01-10 18:10:52 +00:00
security_dac.c build: avoid compiler warning on cygwin 2011-03-08 21:56:18 -07:00
security_dac.h Refactor the security drivers to simplify usage 2011-01-10 18:10:52 +00:00
security_driver.c Refactor the security drivers to simplify usage 2011-01-10 18:10:52 +00:00
security_driver.h Add a function to the security driver API that sets the label of an open fd. 2011-01-26 09:03:11 -05:00
security_manager.c Add a function to the security driver API that sets the label of an open fd. 2011-01-26 09:03:11 -05:00
security_manager.h Add a function to the security driver API that sets the label of an open fd. 2011-01-26 09:03:11 -05:00
security_nop.c Add a function to the security driver API that sets the label of an open fd. 2011-01-26 09:03:11 -05:00
security_nop.h Refactor the security drivers to simplify usage 2011-01-10 18:10:52 +00:00
security_selinux.c smartcard: enable SELinux support 2011-02-03 19:28:53 -07:00
security_selinux.h Refactor the security drivers to simplify usage 2011-01-10 18:10:52 +00:00
security_stack.c security: avoid memory leak 2011-02-22 09:50:34 -07:00
security_stack.h Refactor the security drivers to simplify usage 2011-01-10 18:10:52 +00:00
virt-aa-helper.c Put <stdbool.h> into internal.h so it is available everywhere 2011-02-24 12:04:06 +00:00