topjohnwu
144ff5e716
Integrate MagiskHide into Magisk Daemon
2017-04-22 17:12:54 +08:00
topjohnwu
054a1e5ea4
Add magisk daemon
2017-04-22 17:12:54 +08:00
topjohnwu
3a7e782c07
Remove separate binary support for tools rely on daemon
2017-04-22 17:12:54 +08:00
topjohnwu
8f6b33d790
Rewrite magiskhide
2017-04-22 17:12:54 +08:00
topjohnwu
f476daa041
Change parts of library to shared
...
libsqlite and libselinux are shipped with Android systems
We build them here for the compiler to link against it,
we actually use the one in /system/lib(64)
2017-04-22 17:12:54 +08:00
topjohnwu
acfde9458d
Merge magiskpolicy, magiskhide, resetprop, magisksu
2017-04-22 17:12:54 +08:00
topjohnwu
82e969627a
Start unifying with log monitor
2017-04-22 17:12:54 +08:00
topjohnwu
b4fe4f3d10
Rename sepolicy-inject
2017-03-18 17:26:30 +08:00
topjohnwu
e08d46aa76
Add lz4 support
2017-03-02 04:12:47 +08:00
topjohnwu
1437c5c63f
Add ndk-compression with liblzma
2017-02-28 17:24:27 +08:00
topjohnwu
a839cb787e
Rename bootimgtool to magiskboot
2017-02-28 05:43:49 +08:00
topjohnwu
668601ca23
Separate all binaries and makefile
2016-12-31 02:44:24 +08:00
topjohnwu
99406f2099
Separate all Android.mk files
2016-12-30 06:06:19 +08:00
topjohnwu
0ccc92dc1e
Minor restructure
2016-12-09 15:57:10 +08:00
topjohnwu
6e3bb48574
Add su binary into Magisk
2016-12-06 04:49:35 +08:00
topjohnwu
16d7ae62bd
Move selinux submodule
2016-12-06 03:09:15 +08:00
topjohnwu
1d0c36a0ab
Add resetprop to Magisk
2016-11-05 02:38:10 +08:00
topjohnwu
a34ea8f131
Magisk Hide Massive Update
2016-11-01 04:21:43 +08:00
topjohnwu
9ea028f5ab
Various updates, prepare for Multirom support
2016-10-30 06:50:06 +08:00
topjohnwu
3255ca3ea4
Remove unnecessary statics
2016-10-30 06:08:23 +08:00
topjohnwu
5f9bcfbefe
Change the name to magiskhide
2016-10-06 02:21:12 +08:00
Pierre-Hugues Husson
e1279c29c2
Add hidesu program.
...
This is a test program, this will probably be integrated into su daemon.
This hides su by bind-mounting something (/system) over /sbin, so that
there is no /sbin/su binary.
Usage:
hidesu /proc/<one pid of the namespace>/ns/mnt
This uses the fact that when a program wants access to /sdcard, zygote
does this using mount namespaces, so every program accessing /sdcard
will be in a custom mount namespace, that can be modified.
2016-10-05 04:07:48 +08:00
topjohnwu
0f12a9de3b
Update sepolicy-inject
2016-09-13 06:23:00 +08:00
topjohnwu
937b9009e0
Cleanup and separate submodule
2016-09-13 02:53:08 +08:00
topjohnwu
348bc1d0fc
Add extract, repack, hexpatch, sepolicy-injection
2016-09-08 20:59:48 +08:00