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

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 1498 by kumaneko, Fri Aug 29 12:08:57 2008 UTC revision 1507 by kumaneko, Tue Sep 2 06:45:13 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.4-rc   2008/08/29   * Version: 1.6.4   2008/09/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 2411  void ccs_load_policy(const char *filenam Line 2411  void ccs_load_policy(const char *filenam
2411          }          }
2412  #endif  #endif
2413  #ifdef CONFIG_SAKURA  #ifdef CONFIG_SAKURA
2414          printk(KERN_INFO "SAKURA: 1.6.4-rc   2008/08/29\n");          printk(KERN_INFO "SAKURA: 1.6.4   2008/09/03\n");
2415  #endif  #endif
2416  #ifdef CONFIG_TOMOYO  #ifdef CONFIG_TOMOYO
2417          printk(KERN_INFO "TOMOYO: 1.6.4-rc   2008/08/29\n");          printk(KERN_INFO "TOMOYO: 1.6.4   2008/09/03\n");
2418  #endif  #endif
2419          printk(KERN_INFO "Mandatory Access Control activated.\n");          printk(KERN_INFO "Mandatory Access Control activated.\n");
2420          sbin_init_started = true;          sbin_init_started = true;
# Line 2764  static int read_updates_counter(struct c Line 2764  static int read_updates_counter(struct c
2764  static int read_version(struct ccs_io_buffer *head)  static int read_version(struct ccs_io_buffer *head)
2765  {  {
2766          if (!head->read_eof) {          if (!head->read_eof) {
2767                  ccs_io_printf(head, "1.6.4-rc");                  ccs_io_printf(head, "1.6.4");
2768                  head->read_eof = true;                  head->read_eof = true;
2769          }          }
2770          return 0;          return 0;

Legend:
Removed from v.1498  
changed lines
  Added in v.1507

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