Commit 39826a1e17c1957bd7b5cd7815b83940e5e3a230
Committed by
James Morris
1 parent
17a7b7b390
Exists in
master
and in
7 other branches
tomoyo: version bump to 2.2.0.
Signed-off-by: Kentaro Takeda <takedakn@nttdata.co.jp> Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: Toshiharu Harada <haradats@nttdata.co.jp> Signed-off-by: James Morris <jmorris@namei.org>
Showing 8 changed files with 10 additions and 10 deletions Side-by-side Diff
security/tomoyo/common.c
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | * |
6 | 6 | * Copyright (C) 2005-2009 NTT DATA CORPORATION |
7 | 7 | * |
8 | - * Version: 2.2.0-pre 2009/02/01 | |
8 | + * Version: 2.2.0 2009/04/01 | |
9 | 9 | * |
10 | 10 | */ |
11 | 11 | |
... | ... | @@ -1773,7 +1773,7 @@ |
1773 | 1773 | envp[2] = NULL; |
1774 | 1774 | call_usermodehelper(argv[0], argv, envp, 1); |
1775 | 1775 | |
1776 | - printk(KERN_INFO "TOMOYO: 2.2.0-pre 2009/02/01\n"); | |
1776 | + printk(KERN_INFO "TOMOYO: 2.2.0 2009/04/01\n"); | |
1777 | 1777 | printk(KERN_INFO "Mandatory Access Control activated.\n"); |
1778 | 1778 | tomoyo_policy_loaded = true; |
1779 | 1779 | { /* Check all profiles currently assigned to domains are defined. */ |
... | ... | @@ -1800,7 +1800,7 @@ |
1800 | 1800 | static int tomoyo_read_version(struct tomoyo_io_buffer *head) |
1801 | 1801 | { |
1802 | 1802 | if (!head->read_eof) { |
1803 | - tomoyo_io_printf(head, "2.2.0-pre"); | |
1803 | + tomoyo_io_printf(head, "2.2.0"); | |
1804 | 1804 | head->read_eof = true; |
1805 | 1805 | } |
1806 | 1806 | return 0; |
security/tomoyo/common.h
security/tomoyo/domain.c
security/tomoyo/file.c
security/tomoyo/realpath.c
security/tomoyo/realpath.h
security/tomoyo/tomoyo.c