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

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 2213 by kumaneko, Mon Mar 2 07:25:21 2009 UTC revision 2219 by kumaneko, Tue Mar 3 06:30:38 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-pre   2009/02/02   * Version: 1.6.7-rc   2009/03/03
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 2547  void ccs_load_policy(const char *filenam Line 2547  void ccs_load_policy(const char *filenam
2547          }          }
2548  #endif  #endif
2549  #ifdef CONFIG_SAKURA  #ifdef CONFIG_SAKURA
2550          printk(KERN_INFO "SAKURA: 1.6.7-pre   2009/02/02\n");          printk(KERN_INFO "SAKURA: 1.6.7-rc   2009/03/03\n");
2551  #endif  #endif
2552  #ifdef CONFIG_TOMOYO  #ifdef CONFIG_TOMOYO
2553          printk(KERN_INFO "TOMOYO: 1.6.7-pre   2009/02/02\n");          printk(KERN_INFO "TOMOYO: 1.6.7-rc   2009/03/03\n");
2554  #endif  #endif
2555          printk(KERN_INFO "Mandatory Access Control activated.\n");          printk(KERN_INFO "Mandatory Access Control activated.\n");
2556          ccs_policy_loaded = true;          ccs_policy_loaded = true;
# Line 2991  static int ccs_read_updates_counter(stru Line 2991  static int ccs_read_updates_counter(stru
2991  static int ccs_read_version(struct ccs_io_buffer *head)  static int ccs_read_version(struct ccs_io_buffer *head)
2992  {  {
2993          if (!head->read_eof) {          if (!head->read_eof) {
2994                  ccs_io_printf(head, "1.6.7-pre");                  ccs_io_printf(head, "1.6.7-rc");
2995                  head->read_eof = true;                  head->read_eof = true;
2996          }          }
2997          return 0;          return 0;

Legend:
Removed from v.2213  
changed lines
  Added in v.2219

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