Commit ec93eae
committed
kp: bump to 0.12.6
Allow patches even when verification fails.
It may fix some device patch failed
To support certain devices that replace /system/etc/init/atrace.rc with /system/etc/init/hw/init.rc too early during post-data-fs, and to maintain compatibility with older devices below Android 12 that lack /system/etc/init/hw/init.rc, the openat RC redirection logic has been improved: it now matches multiple RC paths and applies the replacement on the first hit, while ensuring the restored RC strictly corresponds to the originally matched path to prevent cross-path corruption. Behavior on Android 12+ devices remains unchanged.
More information Ref: tiann/KernelSU#31071 parent b51fdd9 commit ec93eae
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments