Commit b22898c
committed
KernelSU v1.0.5+ : code freeze
Added from https://github.com/5ec1cff/KernelSU (+22)
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
ksud: make tmpfs and magic mount optional
ksud: fix stat
reformat rust codes
app: persist show system app settings
magic mount: make mount points read only
Other changes: (+17)
ksud: move workdir to /mnt/vendor
ksud: remove tmpfs mounting
ksud: tell prctl interface about our mounts (5ec1cff#16)
ksud: add cmd for add-try-umount (5ec1cff#16)
ksud: add wipe umount list cmd
ksud: add cmd for nuke-ext4-sysfs
workflows: debloat
workflows: debloat pt. 2
ksud: add armeabi-v7a support
manager: failure mode dummy demo
dummy.keystore
manager: unofficial build
manager: Add ABI and Kernel archirecture info into InfoCardItem
ksud/su: import devpts workaround
Reapply: "Handle unmount for isolated process correctly (tiann#2696)"
kernel: squash all changes
KernelSU v1.0.5+
Warning: Managers built from this repo has a known keystore.
See dummy.keystore.
Signed-off-by: backslashxx <[email protected]>1 parent f5e9c30 commit b22898c
File tree
3 files changed
+5
-29
lines changed- kernel
- manager
- userspace/ksud
3 files changed
+5
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 37 | + | |
| 38 | + | |
63 | 39 | | |
64 | 40 | | |
65 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 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