pci: use security_capable() when checking capablities during config space read
authorChris Wright <chrisw@sous-sol.org>
Thu, 10 Feb 2011 23:58:56 +0000 (15:58 -0800)
committerJames Morris <jmorris@namei.org>
Fri, 11 Feb 2011 06:58:11 +0000 (17:58 +1100)
Eric Paris noted that commit de139a3 ("pci: check caps from sysfs file
open to read device dependent config space") caused the capability check
to bypass security modules and potentially auditing.  Rectify this by
calling security_capable() when checking the open file's capabilities
for config space reads.

Reported-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found