You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
6 lines
128 B
C
6 lines
128 B
C
// #include <stdlib.h>
|
|
|
|
#include <sepol/policydb/policydb.h>
|
|
|
|
int sepol_kernel_policydb_to_cil(FILE *fp, struct policydb *pdb);
|