OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_load_policy
(Results
1 - 5
of
5
) sorted by null
/external/selinux/libsepol/tests/
test-linker.c
63
if (
test_load_policy
(&linkedbase, POLICY_BASE, mls, "test-linker", policies[BASEMOD]))
66
if (
test_load_policy
(&basenomods, POLICY_BASE, mls, "test-linker", policies[BASEMOD]))
77
if (
test_load_policy
(modules[i], POLICY_MOD, mls, "test-linker", policies[i]))
helpers.h
32
* Example:
test_load_policy
(p, POLICY_BASE, 1, "foo", "base.conf") will load the
48
extern int
test_load_policy
(policydb_t * p, int policy_type, int mls, const char *test_name, const char *policy_name);
helpers.c
35
int
test_load_policy
(policydb_t * p, int policy_type, int mls, const char *test_name, const char *policy_name)
function
test-cond.c
41
if (
test_load_policy
(&basemod, POLICY_BASE, 1, "test-cond", "refpolicy-base.conf"))
test-deps.c
98
if (
test_load_policy
(&bases_met[i], POLICY_BASE, mls, "test-deps", "base-metreq.conf"))
103
if (
test_load_policy
(&bases_notmet[i], POLICY_BASE, mls, "test-deps", "base-notmetreq.conf"))
162
CU_ASSERT_FATAL(
test_load_policy
(&mod, POLICY_MOD, mls, "test-deps", policy) == 0);
242
CU_ASSERT_FATAL(
test_load_policy
(&mod, POLICY_MOD, mls, "test-deps", policy) == 0);
Completed in 7067 milliseconds