Commit Graph

564 Commits

Author SHA1 Message Date
topjohnwu d1be34c34a Support sepolicy_debug 2018-02-02 04:17:13 +08:00
topjohnwu bc2cac90fe Hardlink files recursively 2018-02-02 03:22:38 +08:00
topjohnwu 28350e3ad9 Support Nook Green Loader 2018-01-30 05:56:59 +08:00
topjohnwu f48e6c93b8 Support Tegra blobs 2018-01-30 05:20:18 +08:00
topjohnwu 7cfc24d68f Add DHTB header support 2018-01-29 22:16:02 +08:00
topjohnwu a58d3ea04d Use libmincrypt 2018-01-29 15:34:05 +08:00
topjohnwu dfee9954e0 Small refactor of magiskboot 2018-01-29 03:12:35 +08:00
topjohnwu eed86c760f Add support to PXA devices
Close #340
2018-01-29 02:44:30 +08:00
topjohnwu c471bb6f67 Update external sources 2018-01-29 02:41:39 +08:00
topjohnwu 518c2b0f95 Update README 2018-01-28 04:44:46 +08:00
topjohnwu 328fc44194 Rename module core to native 2018-01-27 09:11:28 +08:00
topjohnwu b6f735a8f6 Rename module 2018-01-27 08:34:40 +08:00
topjohnwu deae08fc4b Port zipadjust to Java 2018-01-27 08:25:34 +08:00
topjohnwu c61135ee7b Embed testkeys into jar 2018-01-27 00:19:35 +08:00
topjohnwu 97cf15007f Update crypto 2018-01-23 05:06:34 +08:00
topjohnwu e8302dfbe2 Update Magisk Manager v15.3 2018-01-13 06:28:22 +08:00
topjohnwu 558f95cf7e Improve APK installation and add logging 2018-01-13 06:28:07 +08:00
topjohnwu 18f6ead891 Fix alignment when boot image has head offset 2018-01-13 06:28:07 +08:00
topjohnwu 10bd25be52 Suppress harmless error logs 2018-01-12 00:23:38 +08:00
topjohnwu 65511845d2 Fix APK installation on some devices
Close #367. Android 6.0 and before doesn't like the new path
2018-01-11 20:57:05 +08:00
topjohnwu 1c743839ea Add MS_SILENT to xmount and cleanup function wraps 2018-01-11 03:06:20 +08:00
topjohnwu bcae9dec41 Fix a bug when only one script will run 2018-01-11 02:48:15 +08:00
Shaka Huang 482c9af41f Fix segmentation fault
When both keepverity and keepforceencrypt are false, ‘e’ will be freed after removing ‘verity_key’ and segmentation fault might happened in strstr(e->filename, “fstab”)

Signed-off-by: Shaka Huang <shakalaca@gmail.com>
2018-01-11 02:08:52 +08:00
topjohnwu 2bf2e7461f Update diagram URL 2018-01-09 06:50:03 +08:00
topjohnwu 7d1082b1cb Fix magiskhide in graph 2018-01-09 06:48:58 +08:00
topjohnwu 0dbae83aec Update diagram URL 2018-01-09 06:08:54 +08:00
topjohnwu f927c1b997 Update procedure diagram 2018-01-09 06:07:12 +08:00
topjohnwu 89ec7dad2b Update documentation to v15.2 2018-01-08 22:33:55 +08:00
topjohnwu 4fd61345af Happy New Year v15.2 2018-01-02 01:27:20 +08:00
topjohnwu 66cca24453 Samsung need more rules :) 2018-01-02 00:11:26 +08:00
topjohnwu e733484fab Some devices don't like all log buffers 2018-01-01 23:58:13 +08:00
topjohnwu e5c3183025 Update scripts 2018-01-01 16:46:28 +08:00
topjohnwu 930c82316a Slightly change logging style 2017-12-31 21:54:39 +08:00
Shaka Huang 3dc22db265 Support loading split sepolicy on non skip_initramfs devices
For certain device (e.g ZenFone 4 ZE554KL) there’s no sepolicy under rootfs and no a/b partition (implies no vendor partition) Magisk will failed to patch SELinux policy database and the system won’t boot up.

In order to cope with this configuration the status of loading policy db needs to be checked, once it failed we have to mount the system partition and do patch_sepolicy() again.

Signed-off-by: Shaka Huang <shakalaca@gmail.com>
2017-12-31 21:30:56 +08:00
topjohnwu d8c51cb286 Update sepolicy handling 2017-12-31 19:32:04 +08:00
topjohnwu 2f79d0c3b3 Fix segfault while patching dtb 2017-12-31 19:30:56 +08:00
topjohnwu d8bb3af06b Miscellaneous v15.1 2017-12-29 04:25:30 +08:00
topjohnwu e139e8777b Fix faulty magiskboot ramdisk patch code 2017-12-29 04:25:03 +08:00
topjohnwu d52d7cfbd9 Update magiskpolicy v15.0 2017-12-26 04:24:48 +08:00
topjohnwu 4f74a259e3 Update Magisk Manager 2017-12-26 04:00:01 +08:00
topjohnwu 74da6e1dc0 Support new 1500 template 2017-12-26 03:23:58 +08:00
topjohnwu 84ffdf0ed5 Eliminate a possbility to cause segfault 2017-12-25 05:21:40 +08:00
topjohnwu 022b18c8ce Properly detect /data status 2017-12-25 05:21:40 +08:00
topjohnwu b92b1dcddb cil: Allow redeclare types[attributes] and disable neverallow 2017-12-25 05:21:40 +08:00
topjohnwu 1472dbb291 Add cache magisk image merging support 2017-12-22 16:10:38 +08:00
topjohnwu d58a8dc868 Update Magisk Manager v14.6 2017-12-22 06:44:22 +08:00
topjohnwu e94be0b70e Prevent creating 128M images
make_ext4fs will fail creating 128M ext4 images, LOL WTF? Change it to 132M to fix this issue
2017-12-22 02:39:44 +08:00
topjohnwu f6ae7e1bf1 Allow su to work when manager uninstalled 2017-12-22 00:30:08 +08:00
topjohnwu f7b4935677 Add recommend KEEPVERITY and KEEPFORCEENCRYPT flags 2017-12-21 15:42:03 +08:00
topjohnwu a3c49de6a5 Refactor magiskboot 2017-12-21 03:36:18 +08:00