commit | 852584157c55c1689bcf3809ea44b79870c3e409 | [log] [tgz] |
---|---|---|
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | Thu Aug 25 21:15:00 2011 +0900 |
committer | James Morris <jmorris@namei.org> | Fri Sep 09 16:08:48 2011 -0700 |
tree | 9965e2ceb8fbb7ffaec131eb7c1963f9a32e1c0c | |
parent | 403d1d0319ad73b5ccf251745af4c7000331a76b [diff] |
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>