From: Dan Carpenter Date: Tue, 29 Oct 2013 19:11:06 +0000 (+0300) Subject: aacraid: missing capable() check in compat ioctl X-Git-Tag: v3.2.53~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a88f5ccd2ac9798c046609a8aec18c3f522a6334;p=pandora-kernel.git aacraid: missing capable() check in compat ioctl commit f856567b930dfcdbc3323261bf77240ccdde01f5 upstream. In commit d496f94d22d1 ('[SCSI] aacraid: fix security weakness') we added a check on CAP_SYS_RAWIO to the ioctl. The compat ioctls need the check as well. Signed-off-by: Dan Carpenter Signed-off-by: Linus Torvalds Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed