Searched refs:profile_fp (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/security/tomoyo/ |
D | include.h | 128 static FILE *profile_fp = NULL; variable 170 fprintf(profile_fp, in clear_status() 187 fprintf(profile_fp, "255-%s", cp); in clear_status() 192 fprintf(profile_fp, "255-%s=%s", cp, mode); in clear_status() 194 fprintf(profile_fp, "255-PREFERENCE::learning= verbose=no\n"); in clear_status() 195 fprintf(profile_fp, "255-PREFERENCE::enforcing= verbose=no\n"); in clear_status() 196 fprintf(profile_fp, "255-PREFERENCE::permissive= verbose=no\n"); in clear_status() 197 fprintf(profile_fp, "255-PREFERENCE::disabled= verbose=no\n"); in clear_status() 198 fprintf(profile_fp, "255-PREFERENCE::learning= max_entry=2048\n"); in clear_status() 199 fflush(profile_fp); in clear_status() [all …]
|
D | tomoyo_accept_test.c | 118 fprintf(profile_fp, "255-PREFERENCE::learning={ verbose=no }\n"); in main() 119 fprintf(profile_fp, "255-PREFERENCE::enforcing={ verbose=no }\n"); in main() 120 fprintf(profile_fp, "255-PREFERENCE::permissive={ verbose=no }\n"); in main() 121 fprintf(profile_fp, "255-PREFERENCE::disabled={ verbose=no }\n"); in main() 123 fprintf(profile_fp, "255-PREFERENCE::learning={ max_entry=2048 }\n"); in main() 142 fprintf(profile_fp, "255-CONFIG::file=disabled\n"); in main()
|
D | tomoyo_new_file_test.c | 622 fprintf(profile_fp, "255-PREFERENCE::audit={ max_reject_log=1024 }\n"); in main()
|