aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.h
diff options
context:
space:
mode:
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>2019-02-17 15:52:47 +0900
committerJames Morris <james.morris@microsoft.com>2019-02-19 14:17:25 -0800
commit861f4bcffcc9d8bca93374ad555801d990cb980c (patch)
treef561de29d99088c373a89b21651a6116cda8df16 /security/tomoyo/common.h
parentLSM: fix return value check in safesetid_init_securityfs() (diff)
downloadlinux-dev-861f4bcffcc9d8bca93374ad555801d990cb980c.tar.xz
linux-dev-861f4bcffcc9d8bca93374ad555801d990cb980c.zip
tomoyo: Bump version.
Update URLs and profile version. Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: James Morris <james.morris@microsoft.com>
Diffstat (limited to 'security/tomoyo/common.h')
-rw-r--r--security/tomoyo/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tomoyo/common.h b/security/tomoyo/common.h
index 74dbd3bdc64e..050473df5809 100644
--- a/security/tomoyo/common.h
+++ b/security/tomoyo/common.h
@@ -910,7 +910,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 20110903 is defined. */
+ /* Profile version. Currently only 20150505 is defined. */
unsigned int profile_version;
/* Name of this namespace (e.g. "<kernel>", "</usr/sbin/httpd>" ). */
const char *name;