aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.h
diff options
context:
space:
mode:
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>2011-09-14 17:03:19 +0900
committerJames Morris <jmorris@namei.org>2011-09-15 08:14:21 +1000
commit843d183cdd816549b73e6bd3ae07f64adddf714b (patch)
tree3421638e9c9d44be37e539a4ffed6216bc1f7f3c /security/tomoyo/common.h
parentTOMOYO: Avoid race when retrying "file execute" permission check. (diff)
downloadlinux-dev-843d183cdd816549b73e6bd3ae07f64adddf714b.tar.xz
linux-dev-843d183cdd816549b73e6bd3ae07f64adddf714b.zip
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.h4
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 @@
*
* Header file for TOMOYO.
*
- * Copyright (C) 2005-2010 NTT DATA CORPORATION
+ * Copyright (C) 2005-2011 NTT DATA CORPORATION
*/
#ifndef _SECURITY_TOMOYO_COMMON_H
@@ -901,7 +901,7 @@ struct tomoyo_policy_namespace {
struct list_head acl_group[TOMOYO_MAX_ACL_GROUPS];
/* List for connecting to tomoyo_namespace_list list. */
struct list_head namespace_list;
- /* Profile version. Currently only 20100903 is defined. */
+ /* Profile version. Currently only 20110903 is defined. */
unsigned int profile_version;
/* Name of this namespace (e.g. "<kernel>", "</usr/sbin/httpd>" ). */
const char *name;