Magisk/native/jni
Shaka Huang 3da318b48e
Fix random return value of faccessat() in x86
faccessat() should return 0 when success, but it returns random number with errno == 0 in x86 platform.

It’s a side effect of commit bf80b08b5f when magisk binaries ‘corretly’ linked with library of API16 .. lol

Co-authored-by: John Wu <topjohnwu@gmail.com>
2021-04-04 03:04:09 -07:00
..
core Call freecon() when fgetfilecon() succeeds 2021-04-04 01:58:59 -07:00
external Make systemproperties more match AOSP 2021-03-29 03:46:07 -07:00
include Guard all injection features behind a global flag 2021-01-13 20:07:23 -08:00
init Fix mount rules dir 2021-03-13 21:10:02 -08:00
inject Implement MagiskHide through code injection 2021-01-12 03:28:00 -08:00
magiskboot Fix overflow 2021-03-24 03:02:46 -07:00
magiskhide Don't auto hide microG 2021-03-24 04:43:45 -07:00
magiskpolicy Implement MagiskHide through code injection 2021-01-12 03:28:00 -08:00
resetprop Always delete existing ro props at setprop 2021-03-29 04:16:18 -07:00
su Fix pre 21 support 2021-02-20 03:38:39 -08:00
utils Fix random return value of faccessat() in x86 2021-04-04 03:04:09 -07:00
.gitignore
Android.mk Stop embedding magisk in magiskinit 2021-01-18 04:25:26 -08:00
Application.mk Build libc++ ourselves 2021-03-25 01:00:10 -07:00