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

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 265 by kumaneko, Tue Jun 5 11:19:48 2007 UTC revision 286 by kumaneko, Wed Jul 4 11:16:19 2007 UTC
# Line 1075  static int ReadExceptionPolicy(struct io Line 1075  static int ReadExceptionPolicy(struct io
1075  #ifdef CONFIG_TOMOYO_MAC_FOR_FILE  #ifdef CONFIG_TOMOYO_MAC_FOR_FILE
1076                          if (ReadGroupPolicy(head)) break;                          if (ReadGroupPolicy(head)) break;
1077  #endif  #endif
1078                          head->read_var2 = NULL; head->read_step = 9;                          head->read_var1 = head->read_var2 = NULL; head->read_step = 9;
1079                  case 9:                  case 9:
1080  #ifdef CONFIG_TOMOYO_MAC_FOR_NETWORK  #ifdef CONFIG_TOMOYO_MAC_FOR_NETWORK
1081                          if (ReadAddressGroupPolicy(head)) break;                          if (ReadAddressGroupPolicy(head)) break;
# Line 1212  void CCS_LoadPolicy(const char *filename Line 1212  void CCS_LoadPolicy(const char *filename
1212          printk("SAKURA: 1.4.1   2007/06/05\n");          printk("SAKURA: 1.4.1   2007/06/05\n");
1213  #endif  #endif
1214  #ifdef CONFIG_TOMOYO  #ifdef CONFIG_TOMOYO
1215          printk("TOMOYO: 1.4.1   2007/06/05\n");          printk("TOMOYO: 1.4.1+   2007/07/04\n");
1216  #endif  #endif
1217          if (!profile_loaded) panic("No profiles loaded. Run policy loader using 'init=' option.\n");          if (!profile_loaded) panic("No profiles loaded. Run policy loader using 'init=' option.\n");
1218          printk("Mandatory Access Control activated.\n");          printk("Mandatory Access Control activated.\n");

Legend:
Removed from v.265  
changed lines
  Added in v.286

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