libvirt/src/security
Daniel P. Berrange 693eac388f Fix default value of security label 'relabel' attribute
When no <seclabel> is present in the XML, the virDomainSeclabelDef
struct is left as all zeros. Unfortunately, this means it gets setup
as type=dynamic, with relabel=no, which is an illegal combination.

Change the 'bool relabel' attribute in virDomainSeclabelDef to
the inverse 'bool norelabel' so that the default initialization
is sensible

* src/conf/domain_conf.c, src/conf/domain_conf.h,
  src/security/security_apparmor.c, src/security/security_selinux.c:
  Replace 'relabel' with 'norelabel'
2011-07-06 12:45:09 +01:00
..
security_apparmor.c Fix default value of security label 'relabel' attribute 2011-07-06 12:45:09 +01: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 Fix default value of security label 'relabel' attribute 2011-07-06 12:45:09 +01: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 virt-aa-helper: add missing include 2011-06-08 07:19:21 -06:00