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

Subversion リポジトリの参照

Diff of /trunk/1.5.x/ccs-patch/fs/ccs_common.c

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

revision 240 by kumaneko, Fri May 25 12:57:26 2007 UTC revision 248 by kumaneko, Thu May 31 12:35:19 2007 UTC
# Line 732  static int IsPolicyManager(void) Line 732  static int IsPolicyManager(void)
732                  static pid_t last_pid = 0;                  static pid_t last_pid = 0;
733                  const pid_t pid = current->pid;                  const pid_t pid = current->pid;
734                  if (last_pid != pid) {                  if (last_pid != pid) {
735                          printk("%s is not permitted to update policies.\n", exe);                          printk("%s ( %s ) is not permitted to update policies.\n", domainname->name, exe);
736                          last_pid = pid;                          last_pid = pid;
737                  }                  }
738          }          }

Legend:
Removed from v.240  
changed lines
  Added in v.248

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