Skip to content

Commit cea0f1e

Browse files
author
AXON
committed
Many things reconfigured
1 parent 58caa4c commit cea0f1e

10 files changed

Lines changed: 141 additions & 323 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 238 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@ edition = "2018"
88

99
[dependencies]
1010
nix = "0.19.1"
11-
execute = "0.2.8"
12-
clap = "2.33.3"
13-
sys-mount = "1.2.1"

src/bin/magisk

298 KB
Binary file not shown.

src/bin/magisk64

327 KB
Binary file not shown.

src/bin/mount

92.5 KB
Binary file not shown.

src/config/magisk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
KEEPVERITY=false
2+
KEEPFORCEENCRYPT=false
3+
RECOVERYMODE=false
4+
SHA1=null

src/config/su

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# su daemon
2+
service su_daemon /sbin/magisk --daemon
3+
seclabel u:r:su:s0
4+
oneshot
5+
6+
on property:persist.sys.root_access=0
7+
start su_daemon
8+
9+
on property:persist.sys.root_access=2
10+
start su_daemon
11+
12+
on property:persist.sys.root_access=1
13+
start su_daemon
14+
15+
on property:persist.sys.root_access=3
16+
start su_daemon
17+
18+
on post-fs-data
19+
exec u:r:su:s0 -- /sbin/magisk --post-fs-data
20+
21+
on property:sys.boot_completed=1
22+
exec u:r:su:s0 -- /sbin/magisk --service
23+
exec u:r:su:s0 -- /sbin/magisk --boot-complete

src/magiskinit

-587 KB
Binary file not shown.

src/magiskinit64

-587 KB
Binary file not shown.

0 commit comments

Comments
 (0)