sepol_genbools (3) Linux Manual Page
sepol_genbools – Rewrite a binary policy with different boolean settings Synopsis #include <sepol/sepol.h> int sepol_genbools(void *data, size_t len, char *boolpath); int sepol_genbools_array(void *data, size_t len, char **names, int *values, int nel); Description sepol_genbools rewrites a binary policy stored in the memory region described by (data, len) to use the boolean settings specified in the file…
