LSPosed/magisk-loader/magisk_module
Howard Wu 760f0bb0eb
All flavors require Magisk 24.0+ (#2368)
Magisk 23 is missing some SELinux policies

This fixes a permissions issue with the Dex2Oat wrapper

```
02-04 23:45:00.212  4396  4396 E LSPosedDex2Oat: failed to connect to /dev/c951326ba095346b/dex2oat.sock failed with 13: Permission denied
02-04 23:45:00.209  4396  4396 W dex2oat64: type=1400 audit(0.0:8403): avc: denied { write } for name="dex2oat.sock" dev="tmpfs" ino=26722 scontext=u:r:installd:s0 tcontext=u:object_r:magisk_file:s0 tclass=sock_file permissive=0
02-04 23:45:00.213  1510  3805 V installd: DexInv: --- END '/data/app/~~M2S57MD185N1tyyKQy9PKw==/com.google.android.gm-7Q68xrTQSACXisBuDI6oBg==/base.apk' --- status=0x 100, process failed
02-04 23:45:00.213  1510  3805 E installd: Dex2oat invocation for /data/app/~~M2S57MD185N1tyyKQy9PKw==/com.google.android.gm-7Q68xrTQSACXisBuDI6oBg==/base.apk failed: unspecified dex2oat error (256)
```

Additional rules first appeared in Magisk version 24000
2c44e1bb93
2023-02-06 00:19:55 +08:00
..
META-INF/com/google/android Separate core into bridge and loader (#1766) 2022-03-17 19:12:01 +08:00
customize.sh Set the dex2oat wrapper owner and group to `root:shell` (#2248) 2022-11-27 00:12:05 +08:00
daemon Fix incorrect mount point on Android 10 (#1870) 2022-04-21 01:40:48 +00:00
module.prop [skip ci] Android 13 Stable is supported (#2084) 2022-08-19 00:09:20 +00:00
post-fs-data.sh Fix hook may not work on debuggable runtime (#1892) 2022-04-27 06:21:47 +08:00
riru.sh Separate core into bridge and loader (#1766) 2022-03-17 19:12:01 +08:00
sepolicy.rule Separate core into bridge and loader (#1766) 2022-03-17 19:12:01 +08:00
service.sh Fix hook may not work on debuggable runtime (#1892) 2022-04-27 06:21:47 +08:00
system.prop Separate core into bridge and loader (#1766) 2022-03-17 19:12:01 +08:00
uninstall.sh Separate core into bridge and loader (#1766) 2022-03-17 19:12:01 +08:00
util_functions.sh All flavors require Magisk 24.0+ (#2368) 2023-02-06 00:19:55 +08:00
verify.sh Separate core into bridge and loader (#1766) 2022-03-17 19:12:01 +08:00