Searched refs:do_deps_modreq_opt (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/tests/ |
D | test-deps.c | 221 static void do_deps_modreq_opt(int req_met, int ret_val, int b, const char *policy, const char *dec… in do_deps_modreq_opt() function 274 do_deps_modreq_opt(1, 0, BASE_MODREQ_OBJ_OPT, "modreq-obj-opt.conf", "mod_opt_t"); in deps_modreq_opt() 275 do_deps_modreq_opt(0, 0, BASE_MODREQ_OBJ_OPT, "modreq-obj-opt.conf", "mod_opt_t"); in deps_modreq_opt() 277 do_deps_modreq_opt(1, 0, BASE_MODREQ_TYPE_OPT, "modreq-type-opt.conf", "mod_opt_t"); in deps_modreq_opt() 278 do_deps_modreq_opt(0, 0, BASE_MODREQ_TYPE_OPT, "modreq-type-opt.conf", "mod_opt_t"); in deps_modreq_opt() 280 do_deps_modreq_opt(1, 0, BASE_MODREQ_ATTR_OPT, "modreq-attr-opt.conf", "mod_opt_t"); in deps_modreq_opt() 281 do_deps_modreq_opt(0, 0, BASE_MODREQ_ATTR_OPT, "modreq-attr-opt.conf", "mod_opt_t"); in deps_modreq_opt() 283 do_deps_modreq_opt(1, 0, BASE_MODREQ_BOOL_OPT, "modreq-bool-opt.conf", "mod_opt_t"); in deps_modreq_opt() 284 do_deps_modreq_opt(0, 0, BASE_MODREQ_BOOL_OPT, "modreq-bool-opt.conf", "mod_opt_t"); in deps_modreq_opt() 286 do_deps_modreq_opt(1, 0, BASE_MODREQ_ROLE_OPT, "modreq-role-opt.conf", "mod_opt_t"); in deps_modreq_opt() [all …]
|