xref: /third_party/selinux/libsepol/include/sepol/module_to_cil.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/selinux/libsepol/include/sepol/
16cd6a6acSopenharmony_ci#include <stdlib.h>
26cd6a6acSopenharmony_ci
36cd6a6acSopenharmony_ci#include <sepol/module.h>
46cd6a6acSopenharmony_ci#include <sepol/policydb/policydb.h>
56cd6a6acSopenharmony_ci
66cd6a6acSopenharmony_ciint sepol_module_policydb_to_cil(FILE *fp, struct policydb *pdb, int linked);
76cd6a6acSopenharmony_ciint sepol_module_package_to_cil(FILE *fp, struct sepol_module_package *mod_pkg);
86cd6a6acSopenharmony_ciint sepol_ppfile_to_module_package(FILE *fp, struct sepol_module_package **mod_pkg);
9

Indexes created Thu Nov 07 10:32:03 CST 2024