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

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 2308 by kumaneko, Tue Mar 24 09:08:56 2009 UTC revision 2344 by kumaneko, Wed Apr 1 02:23:18 2009 UTC
# Line 5  Line 5 
5   *   *
6   * Copyright (C) 2005-2009  NTT DATA CORPORATION   * Copyright (C) 2005-2009  NTT DATA CORPORATION
7   *   *
8   * Version: 1.6.7-rc   2009/03/24   * Version: 1.6.7   2009/04/01
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 2609  void ccs_load_policy(const char *filenam Line 2609  void ccs_load_policy(const char *filenam
2609          }          }
2610  #endif  #endif
2611  #ifdef CONFIG_SAKURA  #ifdef CONFIG_SAKURA
2612          printk(KERN_INFO "SAKURA: 1.6.7-rc   2009/03/24\n");          printk(KERN_INFO "SAKURA: 1.6.7   2009/04/01\n");
2613  #endif  #endif
2614  #ifdef CONFIG_TOMOYO  #ifdef CONFIG_TOMOYO
2615          printk(KERN_INFO "TOMOYO: 1.6.7-rc   2009/03/24\n");          printk(KERN_INFO "TOMOYO: 1.6.7   2009/04/01\n");
2616  #endif  #endif
2617          printk(KERN_INFO "Mandatory Access Control activated.\n");          printk(KERN_INFO "Mandatory Access Control activated.\n");
2618          ccs_policy_loaded = true;          ccs_policy_loaded = true;
# Line 3053  static int ccs_read_updates_counter(stru Line 3053  static int ccs_read_updates_counter(stru
3053  static int ccs_read_version(struct ccs_io_buffer *head)  static int ccs_read_version(struct ccs_io_buffer *head)
3054  {  {
3055          if (!head->read_eof) {          if (!head->read_eof) {
3056                  ccs_io_printf(head, "1.6.7-rc");                  ccs_io_printf(head, "1.6.7");
3057                  head->read_eof = true;                  head->read_eof = true;
3058          }          }
3059          return 0;          return 0;

Legend:
Removed from v.2308  
changed lines
  Added in v.2344

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