commit | 2c3c8bea608866d8bd9dcf92657d57fdcac011c5 | [log] [tgz] |
---|---|---|
author | Chris Wright <chrisw@sous-sol.org> | Wed May 12 18:28:57 2010 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri May 21 09:37:31 2010 -0700 |
tree | f509b958d0a65c46c831dbdd447a81e706dd995a | |
parent | 68d75ed4b84a0806ecd4bc14da4759713b23a532 [diff] |
sysfs: add struct file* to bin_attr callbacks This allows bin_attr->read,write,mmap callbacks to check file specific data (such as inode owner) as part of any privilege validation. Signed-off-by: Chris Wright <chrisw@sous-sol.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>