commit | f856567b930dfcdbc3323261bf77240ccdde01f5 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Oct 29 22:11:06 2013 +0300 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Oct 30 12:24:49 2013 -0700 |
tree | 8a4977d03757dec30c7bf00a7789e5d2a15bedde | |
parent | c2c65cd2e14ada6de44cb527e7f1990bede24e15 [diff] |
aacraid: missing capable() check in compat ioctl 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 <dan.carpenter@oracle.com> Cc: stable@kernel.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>