Lines Matching defs:module
34 #include <sepol/policydb/module.h>
330 * they can never be required by a module, use this
777 policydb_t module, *mods = &module;
796 fprintf(out_fp, "Reading module...\n");
803 if (module.policy_type != POLICY_MOD) {
804 fprintf(stderr, "This file is not a loadable policy module.\n");
807 if (policydb_index_classes(&module) ||
808 policydb_index_others(NULL, &module, 0)) {
809 fprintf(stderr, "Could not index module.\n");
817 policydb_destroy(&module);
856 printf("l) Link in a module\n");
890 "This file is neither a base nor loadable policy module.\n");
907 printf("Binary policy module file loaded.\n");