Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
4c96d23f
Commit
4c96d23f
authored
Apr 21, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some minor updates
parent
9bc8f6e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
magiskpolicy
jni/magiskpolicy
+1
-1
main.c
jni/main.c
+2
-2
No files found.
magiskpolicy
@
9de3c582
Subproject commit
45cff2b51b039bb86f5ba165377172620309dcb7
Subproject commit
9de3c582c02e63fdc9642a230baf2201b747557c
jni/main.c
View file @
4c96d23f
...
@@ -11,10 +11,10 @@
...
@@ -11,10 +11,10 @@
char
*
argv0
;
char
*
argv0
;
char
*
applet
[]
=
char
*
applet
[]
=
{
"su"
,
"resetprop"
,
"magiskpolicy"
,
"supolicy"
,
"magiskhide"
,
NULL
};
{
"su"
,
"resetprop"
,
"magiskpolicy"
,
"supolicy"
,
"
sepolicy-inject"
,
"
magiskhide"
,
NULL
};
int
(
*
applet_main
[])
(
int
,
char
*
[])
=
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
,
magisk
policy_main
,
magisk
hide_main
,
NULL
};
// Global error hander function
// Global error hander function
// Should be changed each thread/process
// Should be changed each thread/process
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment