libvirt/src/security
Eric Blake 8e22e08935 build: rename files.h to virfile.h
In preparation for a future patch adding new virFile APIs.

* src/util/files.h, src/util/files.c: Move...
* src/util/virfile.h, src/util/virfile.c: ...here, and rename
functions to virFile prefix.  Macro names are intentionally
left alone.
* *.c: All '#include "files.h"' uses changed.
* src/Makefile.am (UTIL_SOURCES): Reflect rename.
* cfg.mk (exclude_file_name_regexp--sc_prohibit_close): Likewise.
* src/libvirt_private.syms: Likewise.
* docs/hacking.html.in: Likewise.
* HACKING: Regenerate.
2011-07-21 10:34:51 -06:00
..
security_apparmor.c build: rename files.h to virfile.h 2011-07-21 10:34:51 -06:00
security_apparmor.h Refactor the security drivers to simplify usage 2011-01-10 18:10:52 +00:00
security_dac.c Add a virSecurityManagerSetProcessFDLabel 2011-06-28 16:39:30 +01: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 virSecurityManagerSetProcessFDLabel 2011-06-28 16:39:30 +01:00
security_manager.c Add a virSecurityManagerSetProcessFDLabel 2011-06-28 16:39:30 +01:00
security_manager.h Add a virSecurityManagerSetProcessFDLabel 2011-06-28 16:39:30 +01: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 build: rename files.h to virfile.h 2011-07-21 10:34:51 -06:00
security_selinux.h Refactor the security drivers to simplify usage 2011-01-10 18:10:52 +00:00
security_stack.c Add a virSecurityManagerSetProcessFDLabel 2011-06-28 16:39:30 +01:00
security_stack.h Refactor the security drivers to simplify usage 2011-01-10 18:10:52 +00:00
virt-aa-helper.c build: rename files.h to virfile.h 2011-07-21 10:34:51 -06:00