Home | History | Annotate | Download | only in tests

Lines Matching refs:policy

130  *  req_met            boolean indicating whether the base policy meets the
132 * b index of the base policy in the global bases_met array.
134 * policy name of the policy module to load for this test.
138 static void do_deps_modreq_global(int req_met, int b, char *policy, char *decl_type)
162 CU_ASSERT_FATAL(test_load_policy(&mod, POLICY_MOD, mls, "test-deps", policy) == 0);
212 * req_met boolean indicating whether the base policy meets the
214 * b index of the base policy in the global bases_met array.
216 * policy name of the policy module to load for this test.
220 static void do_deps_modreq_opt(int req_met, int ret_val, int b, char *policy, char *decl_type)
242 CU_ASSERT_FATAL(test_load_policy(&mod, POLICY_MOD, mls, "test-deps", policy) == 0);