From: Eric Paris Date: Fri, 18 Dec 2009 02:24:34 +0000 (-0500) Subject: fsnotify: new fsnotify hooks and events types for access decisions X-Git-Tag: v2.6.36-rc1~303^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4ec54b40d33f8016fea970a383cc584dd0e6019;p=pandora-kernel.git fsnotify: new fsnotify hooks and events types for access decisions introduce a new fsnotify hook, fsnotify_perm(), which is called from the security code. This hook is used to allow fsnotify groups to make access control decisions about events on the system. We also must change the generic fsnotify function to return an error code if we intend these hooks to be in any way useful. Signed-off-by: Eric Paris --- Reading git-diff-tree failed