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

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 1317 by kumaneko, Sun Jun 22 02:03:39 2008 UTC revision 1330 by kumaneko, Wed Jun 25 06:31:25 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.2-rc   2008/06/22   * Version: 1.6.2   2008/06/25
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 2392  void ccs_load_policy(const char *filenam Line 2392  void ccs_load_policy(const char *filenam
2392          }          }
2393  #endif  #endif
2394  #ifdef CONFIG_SAKURA  #ifdef CONFIG_SAKURA
2395          printk(KERN_INFO "SAKURA: 1.6.2-rc   2008/06/12\n");          printk(KERN_INFO "SAKURA: 1.6.2   2008/06/25\n");
2396  #endif  #endif
2397  #ifdef CONFIG_TOMOYO  #ifdef CONFIG_TOMOYO
2398          printk(KERN_INFO "TOMOYO: 1.6.2-rc   2008/06/22\n");          printk(KERN_INFO "TOMOYO: 1.6.2   2008/06/25\n");
2399  #endif  #endif
2400          printk(KERN_INFO "Mandatory Access Control activated.\n");          printk(KERN_INFO "Mandatory Access Control activated.\n");
2401          sbin_init_started = true;          sbin_init_started = true;
# Line 2745  static int read_updates_counter(struct c Line 2745  static int read_updates_counter(struct c
2745  static int read_version(struct ccs_io_buffer *head)  static int read_version(struct ccs_io_buffer *head)
2746  {  {
2747          if (!head->read_eof) {          if (!head->read_eof) {
2748                  ccs_io_printf(head, "1.6.2-rc");                  ccs_io_printf(head, "1.6.2");
2749                  head->read_eof = true;                  head->read_eof = true;
2750          }          }
2751          return 0;          return 0;

Legend:
Removed from v.1317  
changed lines
  Added in v.1330

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