From: Tamas Lengyel Date: Mon, 31 Dec 2012 20:44:30 +0000 (-0500) Subject: xen/privcmd: Relax access control in privcmd_ioctl_mmap X-Git-Tag: v3.8-rc5~41^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30d4b180e20c081f435143f8bc211c66a930608a;p=pandora-kernel.git xen/privcmd: Relax access control in privcmd_ioctl_mmap In the privcmd Linux driver two checks in the functions privcmd_ioctl_mmap and privcmd_ioctl_mmap_batch are not needed as they are trying to enforce hypervisor-level access control. They should be removed as they break secondary control domains when performing dom0 disaggregation. Xen itself provides adequate security controls around these hypercalls and these checks prevent those controls from functioning as intended. Signed-off-by: Tamas K Lengyel Cc: Daniel De Graaf [v1: Fixed up the patch and commit description] Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed