From: Herton Ronaldo Krzesinski Date: Tue, 26 May 2009 03:15:53 +0000 (+0900) Subject: tomoyo: add missing call to cap_bprm_set_creds X-Git-Tag: v2.6.30-rc8~47^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1338d199dda6681d9af0297928af0a7eb9cba7b;p=pandora-kernel.git tomoyo: add missing call to cap_bprm_set_creds cap_bprm_set_creds() has to be called from security_bprm_set_creds(). TOMOYO forgot to call cap_bprm_set_creds() from tomoyo_bprm_set_creds() and suid executables were not being working. Make sure we call cap_bprm_set_creds() with TOMOYO, to set credentials properly inside tomoyo_bprm_set_creds(). Signed-off-by: Herton Ronaldo Krzesinski Acked-by: Tetsuo Handa Signed-off-by: James Morris --- Reading git-diff-tree failed