Skip to content

Commit

Permalink
Some minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Apr 22, 2017
1 parent 9bc8f6e commit 4c96d23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jni/magiskpolicy
Submodule magiskpolicy updated 1 files
+5 −2 rules.c
4 changes: 2 additions & 2 deletions jni/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
char *argv0;

char *applet[] =
{ "su", "resetprop", "magiskpolicy", "supolicy", "magiskhide", NULL };
{ "su", "resetprop", "magiskpolicy", "supolicy", "sepolicy-inject", "magiskhide", NULL };

int (*applet_main[]) (int, char *[]) =
{ su_client_main, resetprop_main, magiskpolicy_main, magiskpolicy_main, magiskhide_main, NULL };
{ su_client_main, resetprop_main, magiskpolicy_main, magiskpolicy_main, magiskpolicy_main, magiskhide_main, NULL };

// Global error hander function
// Should be changed each thread/process
Expand Down

0 comments on commit 4c96d23

Please sign in to comment.