Searched refs:sepol_module_package (Results 1 – 10 of 10) sorted by relevance
7 int sepol_module_package_to_cil(FILE *fp, struct sepol_module_package *mod_pkg);8 int sepol_ppfile_to_module_package(FILE *fp, struct sepol_module_package **mod_pkg);
14 struct sepol_module_package;15 typedef struct sepol_module_package sepol_module_package_t;
36 struct sepol_module_package { struct
43 struct sepol_module_package *pkg; in main()
92 struct sepol_module_package *pkg; in main()
70 struct sepol_module_package *mod_pkg = NULL; in main()
2945 static int seusers_to_cil(struct sepol_module_package *mod_pkg) in seusers_to_cil()3014 static int netfilter_contexts_to_cil(struct sepol_module_package *mod_pkg) in netfilter_contexts_to_cil()3025 static int user_extra_to_cil(struct sepol_module_package *mod_pkg) in user_extra_to_cil()3074 static int file_contexts_to_cil(struct sepol_module_package *mod_pkg) in file_contexts_to_cil()3865 int sepol_module_package_to_cil(FILE *fp, struct sepol_module_package *mod_pkg) in sepol_module_package_to_cil()3954 int sepol_ppfile_to_module_package(FILE *fp, struct sepol_module_package **mod_pkg) in sepol_ppfile_to_module_package()3959 struct sepol_module_package *pkg = NULL; in sepol_ppfile_to_module_package()
570 * Hid sepol_module_package type definition, and added get interfaces.
754 * Updated to use get interfaces for hidden sepol_module_package type.
1133 * Updated semodule_expand to use get interfaces for hidden sepol_module_package type.