diff options
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | 2010-06-03 07:35:53 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-08-02 01:33:41 -0400 |
commit | 9b244373da3eab671da6c5125482121528a9ebf3 (patch) | |
tree | abbe091de54a260aec57e56ce79c164834354fc8 /security/tomoyo/common.h | |
parent | ea0d3ab239fba48d6e998b19c28d78f765963007 (diff) |
TOMOYO: Several fixes for TOMOYO's management programs.
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/tomoyo/common.h')
-rw-r--r-- | security/tomoyo/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/tomoyo/common.h b/security/tomoyo/common.h index be03e4a21db0..6270a530c4d8 100644 --- a/security/tomoyo/common.h +++ b/security/tomoyo/common.h | |||
@@ -68,6 +68,8 @@ enum tomoyo_mode_index { | |||
68 | #define TOMOYO_KEYWORD_SELECT "select " | 68 | #define TOMOYO_KEYWORD_SELECT "select " |
69 | #define TOMOYO_KEYWORD_USE_PROFILE "use_profile " | 69 | #define TOMOYO_KEYWORD_USE_PROFILE "use_profile " |
70 | #define TOMOYO_KEYWORD_IGNORE_GLOBAL_ALLOW_READ "ignore_global_allow_read" | 70 | #define TOMOYO_KEYWORD_IGNORE_GLOBAL_ALLOW_READ "ignore_global_allow_read" |
71 | #define TOMOYO_KEYWORD_QUOTA_EXCEEDED "quota_exceeded" | ||
72 | #define TOMOYO_KEYWORD_TRANSITION_FAILED "transition_failed" | ||
71 | /* A domain definition starts with <kernel>. */ | 73 | /* A domain definition starts with <kernel>. */ |
72 | #define TOMOYO_ROOT_NAME "<kernel>" | 74 | #define TOMOYO_ROOT_NAME "<kernel>" |
73 | #define TOMOYO_ROOT_NAME_LEN (sizeof(TOMOYO_ROOT_NAME) - 1) | 75 | #define TOMOYO_ROOT_NAME_LEN (sizeof(TOMOYO_ROOT_NAME) - 1) |