From: Linus Torvalds Date: Sun, 14 Apr 2013 17:06:31 +0000 (-0700) Subject: Add file_ns_capable() helper function for open-time capability checking X-Git-Tag: v3.9-rc7~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=935d8aabd4331f47a89c3e1daa5779d23cf244ee;p=pandora-kernel.git Add file_ns_capable() helper function for open-time capability checking Nothing is using it yet, but this will allow us to delay the open-time checks to use time, without breaking the normal UNIX permission semantics where permissions are determined by the opener (and the file descriptor can then be passed to a different process, or the process can drop capabilities). Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed