Commit 6fd56d5
committed
KernelSU v1.0.5+magic
Added from 5ec1cff@b28789a (+23)
implement magic mount
restorecon: set adb_file to system_file for module files
magic_mount: use trusted.overlay.opaque
chore: fmt
magic_mount: supports whiteout
chore: refine code
magic_mount: fix
log: make verbose logging optional
magic_mount: refine
ksud: fix disable / enable modules
ksud: fix odm not magic-mounted
manager: no need to check overlayfs
ksud: fix partition link
ksud: fix clone symlink
ksud: refine tmpfs
ksud: add KSU_MAGIC_MOUNT to env (5ec1cff#5)
manager: remove shrink image
use module dir name as real id
allow restore uninstalled module
ksud: make tmpfs and magic mount optional
ksud: fix stat
reformat rust codes
ksud: probe for more workdir candidates (5ec1cff#12)
Personal changes: (+17)
manager: show module id on module page (tiann#2365)
kernel: drop LKM and kprobes support
kernel: restore compat code required for old kernels
kernel: expose allowlist workaround as Kconfig option
kernel: require backports
kernel: expose KSU_LSM_SECURITY_HOOKS on Kconfig
kernel: sucompat: sucompat toggle support for non-kp (tiann#2506)
kernel: ksud: add ksu_handle_execve_ksud
kernel: throne_tracker: init and clean apk_path_hash_list on search_manager
kernel: core_hook: try umount /system/etc/hosts (tiann#1494)
kernel: Makefile: sanity checks
workflows: debloat
dummy.keystore
kernel: apk_sign: add more size/hash pairs
manager: failure mode dummy demo
manager: unofficial build
KernelSU v1.0.5+magic
Warning: Managers built from this repo has a known keystore.
See dummy.keystore.
Signed-off-by: backslashxx <[email protected]>1 parent e15914f commit 6fd56d5
File tree
3 files changed
+4
-4
lines changed- kernel
- manager
- userspace/ksud
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments