--- linux-2.4.20/kernel/exit.c.org Mon Apr 14 21:35:27 2003 +++ linux-2.4.20/kernel/exit.c Mon Apr 14 22:01:30 2003 @@ -441,8 +441,10 @@ acct_process(code); #endif +#ifdef CONFIG_GRKERNSEC gr_acl_handle_psacct(tsk, code); gr_acl_handle_exit(); +#endif __exit_mm(tsk);