]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Skip file-based security checks for network disks
authorJosh Durgin <joshd@hq.newdream.net>
Tue, 21 Dec 2010 02:30:58 +0000 (18:30 -0800)
committerEric Blake <eblake@redhat.com>
Tue, 21 Dec 2010 14:30:25 +0000 (07:30 -0700)
commitee3efc41e6233e625aa03003bf3127319ccd546f
treeef76e5c9f0170de1afce6728736d1cde4dbc5214
parent2954eb7b358ce16ccff77e3f9523406454f500f1
Skip file-based security checks for network disks

Network disks are accessed by qemu directly, and have no
associated file on the host, so checking for file ownership etc.
is unnecessary.

Signed-off-by: Josh Durgin <joshd@hq.newdream.net>
src/conf/domain_conf.c
src/qemu/qemu_security_dac.c
src/security/security_apparmor.c
src/security/security_selinux.c