Searched refs:self_domain (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/security/tomoyo/ |
D | include.h | 131 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()
|
D | tomoyo_new_test.c | 86 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()
|
D | tomoyo_new_file_test.c | 619 fprintf(domain_fp, "%s /bin/true\n", self_domain); in main()
|