From: Tetsuo Handa Date: Sun, 4 Oct 2009 12:49:47 +0000 (+0900) Subject: LSM: Add security_path_chmod() and security_path_chown(). X-Git-Tag: v2.6.33-rc1~411^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89eda06837094ce9f34fae269b8773fcfd70f046;p=pandora-kernel.git LSM: Add security_path_chmod() and security_path_chown(). This patch allows pathname based LSM modules to check chmod()/chown() operations. Since notify_change() does not receive "struct vfsmount *", we add security_path_chmod() and security_path_chown() to the caller of notify_change(). These hooks are used by TOMOYO. Signed-off-by: Tetsuo Handa Signed-off-by: James Morris --- Reading git-diff-tree failed