diff options
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | 2011-09-14 04:03:19 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-09-14 18:14:21 -0400 |
commit | 843d183cdd816549b73e6bd3ae07f64adddf714b (patch) | |
tree | 3421638e9c9d44be37e539a4ffed6216bc1f7f3c /security/tomoyo/common.h | |
parent | a8f7640963ada66c412314c3559c11ff6946c1a5 (diff) |
TOMOYO: Bump version.
Tell userland tools that this is TOMOYO 2.5.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tomoyo/common.h b/security/tomoyo/common.h index af82683df7ff..471c9f9afc18 100644 --- a/security/tomoyo/common.h +++ b/security/tomoyo/common.h | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Header file for TOMOYO. | 4 | * Header file for TOMOYO. |
5 | * | 5 | * |
6 | * Copyright (C) 2005-2010 NTT DATA CORPORATION | 6 | * Copyright (C) 2005-2011 NTT DATA CORPORATION |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #ifndef _SECURITY_TOMOYO_COMMON_H | 9 | #ifndef _SECURITY_TOMOYO_COMMON_H |
@@ -901,7 +901,7 @@ struct tomoyo_policy_namespace { | |||
901 | struct list_head acl_group[TOMOYO_MAX_ACL_GROUPS]; | 901 | struct list_head acl_group[TOMOYO_MAX_ACL_GROUPS]; |
902 | /* List for connecting to tomoyo_namespace_list list. */ | 902 | /* List for connecting to tomoyo_namespace_list list. */ |
903 | struct list_head namespace_list; | 903 | struct list_head namespace_list; |
904 | /* Profile version. Currently only 20100903 is defined. */ | 904 | /* Profile version. Currently only 20110903 is defined. */ |
905 | unsigned int profile_version; | 905 | unsigned int profile_version; |
906 | /* Name of this namespace (e.g. "<kernel>", "</usr/sbin/httpd>" ). */ | 906 | /* Name of this namespace (e.g. "<kernel>", "</usr/sbin/httpd>" ). */ |
907 | const char *name; | 907 | const char *name; |