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

Subversion リポジトリの参照

Diff of /trunk/2.4.x/tomoyo-tools/kernel_test/tomoyo_new_file_test.c

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

revision 3952 by kumaneko, Mon Sep 6 01:16:04 2010 UTC revision 3961 by kumaneko, Tue Sep 7 05:07:31 2010 UTC
# Line 636  int main(int argc, char *argv[]) Line 636  int main(int argc, char *argv[])
636          fprintf(domain_fp, "%s /bin/true\n", self_domain);          fprintf(domain_fp, "%s /bin/true\n", self_domain);
637          fprintf(domain_fp, "use_profile 255\n");          fprintf(domain_fp, "use_profile 255\n");
638          fprintf(domain_fp, "select pid=%u\n", pid);          fprintf(domain_fp, "select pid=%u\n", pid);
639          fprintf(profile_fp, "255-PREFERENCE::audit={ max_reject_log=1024 }\n");          fprintf(profile_fp, "PREFERENCE::audit={ max_reject_log=1024 }\n");
640          stage_file_test();          stage_file_test();
641          fprintf(domain_fp, "use_profile 0\n");          fprintf(domain_fp, "use_profile 0\n");
642          clear_status();          clear_status();

Legend:
Removed from v.3952  
changed lines
  Added in v.3961

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