Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143253
b: refs/heads/master
c: 39826a1
h: refs/heads/master
i:
  143251: c355c2b
v: v3
  • Loading branch information
Tetsuo Handa authored and James Morris committed Apr 13, 2009
1 parent 40ce65d commit 5ae6e9a
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 17a7b7b39056a82c5012539311850f202e6c3cd4
refs/heads/master: 39826a1e17c1957bd7b5cd7815b83940e5e3a230
6 changes: 3 additions & 3 deletions trunk/security/tomoyo/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Copyright (C) 2005-2009 NTT DATA CORPORATION
*
* Version: 2.2.0-pre 2009/02/01
* Version: 2.2.0 2009/04/01
*
*/

Expand Down Expand Up @@ -1773,7 +1773,7 @@ void tomoyo_load_policy(const char *filename)
envp[2] = NULL;
call_usermodehelper(argv[0], argv, envp, 1);

printk(KERN_INFO "TOMOYO: 2.2.0-pre 2009/02/01\n");
printk(KERN_INFO "TOMOYO: 2.2.0 2009/04/01\n");
printk(KERN_INFO "Mandatory Access Control activated.\n");
tomoyo_policy_loaded = true;
{ /* Check all profiles currently assigned to domains are defined. */
Expand All @@ -1800,7 +1800,7 @@ void tomoyo_load_policy(const char *filename)
static int tomoyo_read_version(struct tomoyo_io_buffer *head)
{
if (!head->read_eof) {
tomoyo_io_printf(head, "2.2.0-pre");
tomoyo_io_printf(head, "2.2.0");
head->read_eof = true;
}
return 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/security/tomoyo/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Copyright (C) 2005-2009 NTT DATA CORPORATION
*
* Version: 2.2.0-pre 2009/02/01
* Version: 2.2.0 2009/04/01
*
*/

Expand Down
2 changes: 1 addition & 1 deletion trunk/security/tomoyo/domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Copyright (C) 2005-2009 NTT DATA CORPORATION
*
* Version: 2.2.0-pre 2009/02/01
* Version: 2.2.0 2009/04/01
*
*/

Expand Down
2 changes: 1 addition & 1 deletion trunk/security/tomoyo/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Copyright (C) 2005-2009 NTT DATA CORPORATION
*
* Version: 2.2.0-pre 2009/02/01
* Version: 2.2.0 2009/04/01
*
*/

Expand Down
2 changes: 1 addition & 1 deletion trunk/security/tomoyo/realpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Copyright (C) 2005-2009 NTT DATA CORPORATION
*
* Version: 2.2.0-pre 2009/02/01
* Version: 2.2.0 2009/04/01
*
*/

Expand Down
2 changes: 1 addition & 1 deletion trunk/security/tomoyo/realpath.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Copyright (C) 2005-2009 NTT DATA CORPORATION
*
* Version: 2.2.0-pre 2009/02/01
* Version: 2.2.0 2009/04/01
*
*/

Expand Down
2 changes: 1 addition & 1 deletion trunk/security/tomoyo/tomoyo.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Copyright (C) 2005-2009 NTT DATA CORPORATION
*
* Version: 2.2.0-pre 2009/02/01
* Version: 2.2.0 2009/04/01
*
*/

Expand Down
2 changes: 1 addition & 1 deletion trunk/security/tomoyo/tomoyo.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Copyright (C) 2005-2009 NTT DATA CORPORATION
*
* Version: 2.2.0-pre 2009/02/01
* Version: 2.2.0 2009/04/01
*
*/

Expand Down

0 comments on commit 5ae6e9a

Please sign in to comment.