mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-13 17:44:54 +00:00
6 lines
126 B
C
6 lines
126 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
#include <sepol/policydb/policydb.h>
|
||
|
|
||
|
int sepol_kernel_policydb_to_conf(FILE *fp, struct policydb *pdb);
|