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

Subversion リポジトリの参照

Diff of /branches/ccs-patch/security/ccsecurity/policy_io.c

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

revision 3560 by kumaneko, Wed Mar 31 13:13:57 2010 UTC revision 3561 by kumaneko, Thu Apr 1 05:04:44 2010 UTC
# Line 3  Line 3 
3   *   *
4   * Copyright (C) 2005-2010  NTT DATA CORPORATION   * Copyright (C) 2005-2010  NTT DATA CORPORATION
5   *   *
6   * Version: 1.7.2-rc   2010/03/31   * Version: 1.7.2   2010/04/01
7   *   *
8   * 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.
9   * See README.ccs for ChangeLog.   * See README.ccs for ChangeLog.
# Line 305  static void ccs_check_profile(void) Line 305  static void ccs_check_profile(void)
305          if (ccs_profile_version != 20090903)          if (ccs_profile_version != 20090903)
306                  panic("Profile version %u is not supported.\n",                  panic("Profile version %u is not supported.\n",
307                        ccs_profile_version);                        ccs_profile_version);
308          printk(KERN_INFO "CCSecurity: 1.7.2-rc   2010/03/31\n");          printk(KERN_INFO "CCSecurity: 1.7.2   2010/04/01\n");
309          printk(KERN_INFO "Mandatory Access Control activated.\n");          printk(KERN_INFO "Mandatory Access Control activated.\n");
310  }  }
311    

Legend:
Removed from v.3560  
changed lines
  Added in v.3561

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