オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/1.7.x/ccs-patch/security/ccsecurity/util.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1055 by kumaneko, Tue Mar 25 09:01:31 2008 UTC revision 1056 by kumaneko, Wed Mar 26 05:36:41 2008 UTC
# Line 5  Line 5 
5   *   *
6   * Copyright (C) 2005-2008  NTT DATA CORPORATION   * Copyright (C) 2005-2008  NTT DATA CORPORATION
7   *   *
8   * Version: 1.6.0-pre   2008/03/25   * Version: 1.6.0-rc   2008/03/26
9   *   *
10   * This file is applicable to both 2.4.30 and 2.6.11 and later.   * This file is applicable to both 2.4.30 and 2.6.11 and later.
11   * See README.ccs for ChangeLog.   * See README.ccs for ChangeLog.
# Line 2270  void ccs_load_policy(const char *filenam Line 2270  void ccs_load_policy(const char *filenam
2270                  }                  }
2271          }          }
2272  #ifdef CONFIG_SAKURA  #ifdef CONFIG_SAKURA
2273          printk(KERN_INFO "SAKURA: 1.6.0-pre   2008/03/25\n");          printk(KERN_INFO "SAKURA: 1.6.0-rc   2008/03/26\n");
2274  #endif  #endif
2275  #ifdef CONFIG_TOMOYO  #ifdef CONFIG_TOMOYO
2276          printk(KERN_INFO "TOMOYO: 1.6.0-pre   2008/03/25\n");          printk(KERN_INFO "TOMOYO: 1.6.0-rc   2008/03/26\n");
2277  #endif  #endif
2278          printk(KERN_INFO "Mandatory Access Control activated.\n");          printk(KERN_INFO "Mandatory Access Control activated.\n");
2279          sbin_init_started = true;          sbin_init_started = true;
# Line 2609  static int read_updates_counter(struct c Line 2609  static int read_updates_counter(struct c
2609  static int read_version(struct ccs_io_buffer *head)  static int read_version(struct ccs_io_buffer *head)
2610  {  {
2611          if (!head->read_eof) {          if (!head->read_eof) {
2612                  ccs_io_printf(head, "1.6.0-pre");                  ccs_io_printf(head, "1.6.0-rc");
2613                  head->read_eof = true;                  head->read_eof = true;
2614          }          }
2615          return 0;          return 0;

Legend:
Removed from v.1055  
changed lines
  Added in v.1056

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26