Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/security/tomoyo/
Dinclude.h131 static char self_domain[4096] = ""; variable
239 memset(self_domain, 0, sizeof(self_domain)); in tomoyo_test_init()
240 if (!fp || !fgets(self_domain, sizeof(self_domain) - 1, fp) || in tomoyo_test_init()
292 domain_found = !strcmp(self_domain, buffer); in write_domain_policy()
Dtomoyo_new_test.c86 fprintf(domain_fp, "%s /bin/true\n", self_domain); in setup_execute_bin_true()
94 fprintf(domain_fp, "delete %s /bin/true\n", self_domain); in cleanup_execute_bin_true()
650 fprintf(domain_fp, "delete %s\n", self_domain); in main()
Dtomoyo_new_file_test.c619 fprintf(domain_fp, "%s /bin/true\n", self_domain); in main()