]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.4.20-nogrsec.patch
- obsolete
[packages/kernel.git] / linux-2.4.20-nogrsec.patch
CommitLineData
c3347b08 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.333871 seconds and 4 git commands to generate.