libvirt/src/security
Jamie Strandboge 03d89991f2 fix AppArmor driver for pipe character devices
The AppArmor security driver adds only the path specified in the domain
XML for character devices of type 'pipe'. It should be using <path>.in
and <path>.out. We do this by creating a new vah_add_file_chardev() and
use it for char devices instead of vah_add_file(). Also adjust
valid_path() to accept S_FIFO (since qemu chardevs of type 'pipe' use
fifos). This is https://launchpad.net/bugs/832507
2011-09-28 15:43:39 +08:00
..
security_apparmor.c Remove bogus virSecurityManagerSetProcessFDLabel method 2011-08-31 11:07:31 +01:00
security_apparmor.h Refactor the security drivers to simplify usage 2011-01-10 18:10:52 +00:00
security_dac.c Remove bogus virSecurityManagerSetProcessFDLabel method 2011-08-31 11:07:31 +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 Remove bogus virSecurityManagerSetProcessFDLabel method 2011-08-31 11:07:31 +01:00
security_manager.c Remove bogus virSecurityManagerSetProcessFDLabel method 2011-08-31 11:07:31 +01:00
security_manager.h Remove bogus virSecurityManagerSetProcessFDLabel method 2011-08-31 11:07:31 +01:00
security_nop.c security: Introduce SetSocketLabel 2011-08-26 11:52:48 +02:00
security_nop.h Refactor the security drivers to simplify usage 2011-01-10 18:10:52 +00:00
security_selinux.c selinux: Correctly report warning if virt_use_nfs not set 2011-09-23 12:15:55 +02:00
security_selinux.h Refactor the security drivers to simplify usage 2011-01-10 18:10:52 +00:00
security_stack.c Remove bogus virSecurityManagerSetProcessFDLabel method 2011-08-31 11:07:31 +01:00
security_stack.h Refactor the security drivers to simplify usage 2011-01-10 18:10:52 +00:00
virt-aa-helper.c fix AppArmor driver for pipe character devices 2011-09-28 15:43:39 +08:00