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

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 4217 by kumaneko, Tue Dec 21 06:24:52 2010 UTC revision 4236 by jnguyen, Wed Dec 22 18:55:04 2010 UTC
# Line 469  static void ccs_check_profile(void) Line 469  static void ccs_check_profile(void)
469                  const u8 profile = domain->profile;                  const u8 profile = domain->profile;
470                  if (ccs_profile_ptr[profile])                  if (ccs_profile_ptr[profile])
471                          continue;                          continue;
472                  printk(KERN_ERR "You need to define profile %u before using it.\n",                  printk(KERN_ERR "Profile %u must be defined before using it.\n",
473                         profile);                         profile);
474                  printk(KERN_ERR "Please see http://tomoyo.sourceforge.jp/1.8/ "                  printk(KERN_ERR "Please see http://tomoyo.sourceforge.jp/1.8/ "
475                         "for more information.\n");                         "for more information.\n");
# Line 478  static void ccs_check_profile(void) Line 478  static void ccs_check_profile(void)
478          }          }
479          ccs_read_unlock(idx);          ccs_read_unlock(idx);
480          if (ccs_profile_version != 20100903) {          if (ccs_profile_version != 20100903) {
481                  printk(KERN_ERR "You need to install userland programs for "                  printk(KERN_ERR "Userland tools must be installed for "
482                         "TOMOYO 1.8 and initialize policy configuration.\n");                         "TOMOYO 1.8, and policy must be initialized.\n");
483                  printk(KERN_ERR "Please see http://tomoyo.sourceforge.jp/1.8/ "                  printk(KERN_ERR "Please see http://tomoyo.sourceforge.jp/1.8/ "
484                         "for more information.\n");                         "for more information.\n");
485                  panic("Profile version %u is not supported.\n",                  panic("Profile version %u is not supported.\n",

Legend:
Removed from v.4217  
changed lines
  Added in v.4236

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