diff options
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | 2010-07-27 04:17:06 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-08-02 01:35:10 -0400 |
commit | e6f6a4cc955d626ed26562d98de5766bf1f73526 (patch) | |
tree | 308ef4b42db0e3ebc0078550c7b9cca59f117cd6 /security | |
parent | 7e3d199a4009a4094a955282daf5ecd43f2c8152 (diff) |
TOMOYO: Update version to 2.3.0
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/tomoyo/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tomoyo/common.c b/security/tomoyo/common.c index bff63929e53d..ef43995119a4 100644 --- a/security/tomoyo/common.c +++ b/security/tomoyo/common.c | |||
@@ -1747,7 +1747,7 @@ static int tomoyo_write_answer(struct tomoyo_io_buffer *head) | |||
1747 | static void tomoyo_read_version(struct tomoyo_io_buffer *head) | 1747 | static void tomoyo_read_version(struct tomoyo_io_buffer *head) |
1748 | { | 1748 | { |
1749 | if (!head->r.eof) { | 1749 | if (!head->r.eof) { |
1750 | tomoyo_io_printf(head, "2.3.0-pre"); | 1750 | tomoyo_io_printf(head, "2.3.0"); |
1751 | head->r.eof = true; | 1751 | head->r.eof = true; |
1752 | } | 1752 | } |
1753 | } | 1753 | } |
@@ -2054,6 +2054,6 @@ void tomoyo_check_profile(void) | |||
2054 | if (tomoyo_profile_version != 20090903) | 2054 | if (tomoyo_profile_version != 20090903) |
2055 | panic("Profile version %u is not supported.\n", | 2055 | panic("Profile version %u is not supported.\n", |
2056 | tomoyo_profile_version); | 2056 | tomoyo_profile_version); |
2057 | printk(KERN_INFO "TOMOYO: 2.3.0-pre 2010/06/03\n"); | 2057 | printk(KERN_INFO "TOMOYO: 2.3.0\n"); |
2058 | printk(KERN_INFO "Mandatory Access Control activated.\n"); | 2058 | printk(KERN_INFO "Mandatory Access Control activated.\n"); |
2059 | } | 2059 | } |