Searched refs:exception_fp (Results 1 – 3 of 3) sorted by relevance
130 static FILE *exception_fp = NULL; variable224 exception_fp = fopen(proc_policy_exception_policy, "w"); in tomoyo_test_init()225 if (!exception_fp) { in tomoyo_test_init()230 setlinebuf(exception_fp); in tomoyo_test_init()323 fprintf(exception_fp, "delete "); in write_exception_policy()324 fprintf(exception_fp, "%s\n", policy); in write_exception_policy()
115 policy_fp = exception_fp; in stage_policy_io_test()
70 fprintf(exception_fp, "deny_rewrite %s\n", buffer); in test()