1
0
Fork 0
alistair23-linux/security/tomoyo
Tetsuo Handa 852584157c TOMOYO: Fix incorrect enforce mode.
In tomoyo_get_mode() since 2.6.36, CONFIG::file::execute was by error used in
place of CONFIG::file if CONFIG::file::execute was set to other than default.
As a result, enforcing mode was not applied in a way documentation says.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
2011-09-09 16:08:48 -07:00
..
Kconfig TOMOYO: Make several options configurable. 2011-06-29 09:31:22 +10:00
Makefile TOMOYO: Allow using UID/GID etc. of current thread as conditions. 2011-07-11 11:05:32 +10:00
audit.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
common.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
common.h TOMOYO: Enable conditional ACL. 2011-07-11 11:05:34 +10:00
condition.c TOMOYO: Allow using argv[]/envp[] of execve() as conditions. 2011-07-11 11:05:33 +10:00
domain.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
file.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
gc.c tomoyo: remove tomoyo_gc_thread()->daemonize() 2011-08-17 09:48:41 +10:00
group.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
load_policy.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
memory.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
mount.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
realpath.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
securityfs_if.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
tomoyo.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
util.c TOMOYO: Fix incorrect enforce mode. 2011-09-09 16:08:48 -07:00