--- 25-akpm/security/root_plug.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN security/root_plug.c~compute-creds-race-fix-fix security/root_plug.c --- 25/security/root_plug.c~compute-creds-race-fix-fix 2004-04-10 16:19:09.815459368 -0700 +++ 25-akpm/security/root_plug.c 2004-04-10 16:19:09.817459064 -0700 @@ -90,7 +90,7 @@ static struct security_operations rootpl .capset_set = cap_capset_set, .capable = cap_capable, - .bprm_compute_creds = cap_bprm_compute_creds, + .bprm_apply_creds = cap_bprm_apply_creds, .bprm_set_security = cap_bprm_set_security, .task_post_setuid = cap_task_post_setuid, _