Releases: rsuntk/KernelSU
Releases · rsuntk/KernelSU
v1.0.5-2-legacy
What's Changed
- kernel: remove extra space on selinux checks by @zdrawko420 in #67
- manager: Hide when ksuversion null by @rsuntk in #71
- manager: Update values-tr/strings.xml by @cvnertnc in #74
- kernel: refactor kconfig options to allow kprobes on non-GKI kernel by @rsuntk in #75
New Contributors
- @zdrawko420 made their first contribution in #67
- @cvnertnc made their first contribution in #74
Full Changelog: v1.0.3-38-legacy...v1.0.5-2-legacy
v1.0.3-38-legacy
Minor fixes to kernel driver and ksud.
v1.0.3-35-legacy
What's Changed
- kernel: follow https://github.com/tiann/KernelSU upstreams by @rsuntk in #17
- manager: follow https://github.com/tiann/KernelSU upstreams by @rsuntk in #18
- kernel: Allow KPROBES completely optional by @rsuntk in #23
- kernel: make compat syscall turned on by default by @rsuntk in #26
- kernel: simplify sucompat hook by @rsuntk in #27
- kernel: ksud: stop_input_hook: simplify logic for non-kprobe build by @backslashxx in #30
- kernel: cleanup by @rsuntk in #33
- ksud: Migrate by @rsuntk in #35
- kernel: fix grant root fails by @rsuntk in #36
- kernel: Add nuke_ext4_sysfs for Official KernelSU compatibility by @rsuntk in #54
Full Changelog: v1.0.3-10-legacy...v1.0.3-35-legacy
v1.0.3-10-legacy
What's Changed
- kernel: handle optional backports by @backslashxx in #4
- ksud: Bring back /sbin as TEMP_DIR_LEGACY by @rsuntk in #6
New Contributors
- @backslashxx made their first contribution in #4
Full Changelog: v1.0.3-4-legacy...v1.0.3-10-legacy
v1.0.3-4-legacy
Full Changelog: v1.0.3-2-legacy...v1.0.3-4-legacy
v1.0.3-2-legacy
docs: Refine docs
v1.0.2-46-legacy
Only minor changes on kernel driver side
- [ksud]: Support .nomount and .notmpfs (thanks to @5ec1cff)
- [kernel]: Add MKSU support
- [kernel]: Fix compilation on kernel with atomic_long_t
v1.0.2-45-legacy
Only minor changes on kernel driver side
- [ksud]: Support .nomount and .notmpfs (thanks to @5ec1cff)
- [kernel]: Add MKSU support
v1.0.2-40-legacy
- [kernel]: Improve seccomp disable and add locking to protect cred
- [manager]: ui improvement
v1.0.2-30-legacy
WARNING: Do module backup before update to this version, you may lose your module after installing this!
- [kernel] Add KSU toggle-able cmdline
- [ksud] Migrate to magic_mount and optimize some code