aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.h
diff options
context:
space:
mode:
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>2010-06-03 20:35:53 +0900
committerJames Morris <jmorris@namei.org>2010-08-02 15:33:41 +1000
commit9b244373da3eab671da6c5125482121528a9ebf3 (patch)
treeabbe091de54a260aec57e56ce79c164834354fc8 /security/tomoyo/common.h
parentea0d3ab239fba48d6e998b19c28d78f765963007 (diff)
downloadkernel_samsung_smdk4412-9b244373da3eab671da6c5125482121528a9ebf3.zip
kernel_samsung_smdk4412-9b244373da3eab671da6c5125482121528a9ebf3.tar.gz
kernel_samsung_smdk4412-9b244373da3eab671da6c5125482121528a9ebf3.tar.bz2
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/tomoyo/common.h b/security/tomoyo/common.h
index be03e4a..6270a53 100644
--- a/security/tomoyo/common.h
+++ b/security/tomoyo/common.h
@@ -68,6 +68,8 @@ enum tomoyo_mode_index {
#define TOMOYO_KEYWORD_SELECT "select "
#define TOMOYO_KEYWORD_USE_PROFILE "use_profile "
#define TOMOYO_KEYWORD_IGNORE_GLOBAL_ALLOW_READ "ignore_global_allow_read"
+#define TOMOYO_KEYWORD_QUOTA_EXCEEDED "quota_exceeded"
+#define TOMOYO_KEYWORD_TRANSITION_FAILED "transition_failed"
/* A domain definition starts with <kernel>. */
#define TOMOYO_ROOT_NAME "<kernel>"
#define TOMOYO_ROOT_NAME_LEN (sizeof(TOMOYO_ROOT_NAME) - 1)