From: Alex Williamson Date: Wed, 12 May 2010 13:46:31 +0000 (-0400) Subject: KVM: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl_assign_irq X-Git-Tag: v2.6.36-rc1~580^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48bb09eee4e102544808c00f43bc40a4a2e43e50;p=pandora-kernel.git KVM: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl_assign_irq Remove this check in an effort to allow kvm guests to run without root privileges. This capability check doesn't seem to add any security since the device needs to have already been added via the assign device ioctl and the io actually occurs through the pci sysfs interface. Signed-off-by: Alex Williamson Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed