diff options
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | 2019-02-17 07:52:47 +0100 |
---|---|---|
committer | James Morris <james.morris@microsoft.com> | 2019-02-19 23:17:25 +0100 |
commit | 861f4bcffcc9d8bca93374ad555801d990cb980c (patch) | |
tree | f561de29d99088c373a89b21651a6116cda8df16 /security/tomoyo/common.h | |
parent | LSM: fix return value check in safesetid_init_securityfs() (diff) | |
download | linux-861f4bcffcc9d8bca93374ad555801d990cb980c.tar.xz linux-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.h | 2 |
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; |