Add new API to load sepolicy rule file

This commit is contained in:
topjohnwu
2019-12-09 04:14:30 -05:00
parent 08177c3dd8
commit 490e6a6f23
7 changed files with 483 additions and 446 deletions

View File

@@ -1,4 +1,5 @@
#include "magiskpolicy.h"
#include <magiskpolicy.h>
#include "sepolicy.h"
//#define vprint(fmt, ...) printf(fmt, __VA_ARGS__)