]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.20-nogrsec.patch
- [2.4.2x, 2.6.x] don't recursively crash in die() on CHRP/PReP machines
[packages/kernel.git] / linux-2.4.20-nogrsec.patch
1 --- linux-2.4.20/kernel/exit.c.org      Mon Apr 14 21:35:27 2003
2 +++ linux-2.4.20/kernel/exit.c  Mon Apr 14 22:01:30 2003
3 @@ -441,8 +441,10 @@
4         acct_process(code);
5  #endif
6  
7 +#ifdef CONFIG_GRKERNSEC
8         gr_acl_handle_psacct(tsk, code);
9         gr_acl_handle_exit();
10 +#endif
11  
12         __exit_mm(tsk);
13  
This page took 0.025358 seconds and 3 git commands to generate.