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

Subversion リポジトリの参照

Diff of /trunk/1.8.x/ccs-patch/security/ccsecurity/policy_io.c

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

revision 5698 by kumaneko, Sat Dec 10 02:55:25 2011 UTC revision 5711 by kumaneko, Tue Dec 13 04:00:07 2011 UTC
# Line 3  Line 3 
3   *   *
4   * Copyright (C) 2005-2011  NTT DATA CORPORATION   * Copyright (C) 2005-2011  NTT DATA CORPORATION
5   *   *
6   * Version: 1.8.3+   2011/12/08   * Version: 1.8.3+   2011/12/13
7   */   */
8    
9  #include "internal.h"  #include "internal.h"
# Line 2416  static void ccs_check_profile(void) Line 2416  static void ccs_check_profile(void)
2416          struct ccs_domain_info *domain;          struct ccs_domain_info *domain;
2417          const int idx = ccs_read_lock();          const int idx = ccs_read_lock();
2418          ccs_policy_loaded = true;          ccs_policy_loaded = true;
2419          printk(KERN_INFO "CCSecurity: 1.8.3+   2011/12/08\n");          printk(KERN_INFO "CCSecurity: 1.8.3+   2011/12/13\n");
2420          list_for_each_entry_srcu(domain, &ccs_domain_list, list, &ccs_ss) {          list_for_each_entry_srcu(domain, &ccs_domain_list, list, &ccs_ss) {
2421                  const u8 profile = domain->profile;                  const u8 profile = domain->profile;
2422                  const struct ccs_policy_namespace *ns = domain->ns;                  const struct ccs_policy_namespace *ns = domain->ns;

Legend:
Removed from v.5698  
changed lines
  Added in v.5711

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