has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/484
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
OPPO Reno 6 has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/472
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/461
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/458
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
For those who want to Implement KernelSU Manually with KPROBES disabled.
When KPROBES Broken and Still enabled, this will causing Loop at splash
logo even Already Manually Imported because this
842c0b674f/kernel/ksu.c (L57).
And when KPROBES is disabled, KSU also will not compiled (I Know it'll
still build if obj-y is set for KSU, but it's better to remove, who
knows if someone set as obj-$(CONFIG_KSU)).
Signed-off-by: RyuujiX <saputradenny712@gmail.com>
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/447
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/442
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/438
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/420
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/417
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/409
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
This checks `selinux_state` and `current_sid` supports in a raw way.
Feels more reliable than the version checks.
Supersedes #401, fixes#280, fixes#400.