From: David Howells Date: Thu, 13 Nov 2008 23:39:22 +0000 (+1100) Subject: CRED: Pass credentials through dentry_open() X-Git-Tag: v2.6.29-rc1~588^2^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=745ca2475a6ac596e3d8d37c2759c0fbe2586227;p=pandora-kernel.git CRED: Pass credentials through dentry_open() Pass credentials through dentry_open() so that the COW creds patch can have SELinux's flush_unauthorized_files() pass the appropriate creds back to itself when it opens its null chardev. The security_dentry_open() call also now takes a creds pointer, as does the dentry_open hook in struct security_operations. Signed-off-by: David Howells Acked-by: James Morris Signed-off-by: James Morris --- Reading git-diff-tree failed