Searched refs:policy_name (Results 1 - 3 of 3) sorted by relevance
/third_party/selinux/libsepol/tests/ |
H A D | helpers.c | 35 int test_load_policy(policydb_t * p, int policy_type, int mls, const char *test_name, const char *policy_name) in test_load_policy() argument 40 if (snprintf(filename, PATH_MAX, "policies/%s/%s.mls", test_name, policy_name) < 0) { in test_load_policy() 44 if (snprintf(filename, PATH_MAX, "policies/%s/%s.std", test_name, policy_name) < 0) { in test_load_policy()
|
H A D | helpers.h | 71 * policy_name Name of the policy in the directory. 77 extern int test_load_policy(policydb_t * p, int policy_type, int mls, const char *test_name, const char *policy_name);
|
/third_party/selinux/libsepol/src/ |
H A D | assertion.c | 39 static const char* policy_name(policydb_t *p) { in policy_name() function 53 avrule->source_line, avrule->source_filename, avrule->line, policy_name(p), in report_failure() 184 avrule->source_line, avrule->source_filename, avrule->line, policy_name(p), in report_assertion_extended_permissions() 200 avrule->source_line, avrule->source_filename, avrule->line, policy_name(p), in report_assertion_extended_permissions()
|
Completed in 2 milliseconds