Searched refs:self_domain (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | include.h | 126 #define proc_policy_self_domain "/sys/kernel/security/tomoyo/self_domain" 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()
|
H A 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()
|
H A D | tomoyo_new_file_test.c | 619 fprintf(domain_fp, "%s /bin/true\n", self_domain); in main()
|
Completed in 4 milliseconds