Home
last modified time | relevance | path

Searched refs:exception_fp (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/security/tomoyo/
Dinclude.h130 static FILE *exception_fp = NULL; variable
224 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()
Dtomoyo_policy_io_test.c115 policy_fp = exception_fp; in stage_policy_io_test()
Dtomoyo_accept_test.c70 fprintf(exception_fp, "deny_rewrite %s\n", buffer); in test()