Commit 31110b19 authored by topjohnwu's avatar topjohnwu

Major refactor on sepolicy

parent 21a557a1
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
#include <stdlib.h> #include <stdlib.h>
#define ALL NULL #define ALL NULL
#define SEPOL_PROC_DOMAIN "magisk"
#define SEPOL_FILE_DOMAIN "magisk_file"
// policydb functions // policydb functions
int load_policydb(const char *filename); int load_policydb(const char *filename);
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment