dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/security/tomoyo
Tetsuo Handa 8e2d39a166 TOMOYO: Remove usage counter for temporary memory.
TOMOYO was using own memory usage counter for detecting memory leak.
But as kernel 2.6.31 introduced memory leak detection mechanism
( CONFIG_DEBUG_KMEMLEAK ), we no longer need to have own counter.

We remove usage counter for memory used for permission checks, but we keep
usage counter for memory used for policy so that we can apply quota.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
2010-01-27 08:20:48 +11:00
..
Kconfig Kconfig and Makefile 2009-02-12 15:19:00 +11:00
Makefile Kconfig and Makefile 2009-02-12 15:19:00 +11:00
common.c TOMOYO: Remove usage counter for temporary memory. 2010-01-27 08:20:48 +11:00
common.h TOMOYO: Remove usage counter for temporary memory. 2010-01-27 08:20:48 +11:00
domain.c TOMOYO: Remove usage counter for temporary memory. 2010-01-27 08:20:48 +11:00
file.c TOMOYO: Remove usage counter for temporary memory. 2010-01-27 08:20:48 +11:00
realpath.c TOMOYO: Remove usage counter for temporary memory. 2010-01-27 08:20:48 +11:00
realpath.h TOMOYO: Remove usage counter for temporary memory. 2010-01-27 08:20:48 +11:00
tomoyo.c TOMOYO: Use RCU primitives for list operation 2009-12-15 15:46:31 +11:00
tomoyo.h Merge branch 'master' into next 2009-12-09 19:01:03 +11:00