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

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 4894 by kumaneko, Thu Apr 14 07:32:01 2011 UTC revision 5195 by kumaneko, Sun Jun 26 12:05:32 2011 UTC
# Line 1  Line 1 
1  /*  /*
2   * tomoyo_new_file_test.c   * ccs_new_file_test.c
3   *   *
4   * Copyright (C) 2005-2011  NTT DATA CORPORATION   * Copyright (C) 2005-2011  NTT DATA CORPORATION
5   *   *
6   * Version: 1.8.1   2011/04/01   * Version: 2.4.0-pre   2011/06/26
7   *   *
8   * This program is free software; you can redistribute it and/or modify it   * This program is free software; you can redistribute it and/or modify it
9   * under the terms of the GNU General Public License v2 as published by the   * under the terms of the GNU General Public License v2 as published by the
# Line 621  static void stage_file_test(void) Line 621  static void stage_file_test(void)
621    
622  int main(int argc, char *argv[])  int main(int argc, char *argv[])
623  {  {
624          tomoyo_test_init();          ccs_test_init();
625          make_elf_lib();          make_elf_lib();
626          fprintf(domain_fp, "%s /bin/true\n", self_domain);          fprintf(domain_fp, "%s /bin/true\n", self_domain);
627          fprintf(domain_fp, "use_profile 255\n");          fprintf(domain_fp, "use_profile 255\n");

Legend:
Removed from v.4894  
changed lines
  Added in v.5195

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