f19
|
4f2b8b7077
|
kernel: backport to 4.4 (#166)
These changes make KernelSU work on kernel4.4
[link](https://github.com/F-19-F/android_kernel_oneplus_msm8998).
LINUX_VERSION_CODE macro changes have been vertied on 4.4 4.9 4.14.
For kernel 4.4,just pick two commits
* [introduce
KernelSU](2993524f2f)
* [allow init exec ksud under
nosuid](3df9df42a6)
|
2023-02-01 19:48:36 +08:00 |
|
Ylarod
|
db600d5ea0
|
kernel: precise trigger timing of post-fs-data (#118)
* kernel: add report_event cmd
* ksud: report event
* kernel: trigger on_post_fs_data
* ksud: comment unused code
* [skip ci] run clang-format
Signed-off-by: Ylarod <me@ylarod.cn>
* ci: use custom key to sign official bootimgs
* format ksud
* reject non root
* remove
Signed-off-by: Ylarod <me@ylarod.cn>
|
2023-01-26 11:29:02 +08:00 |
|
Ylarod
|
06aaae1335
|
kernel: fix missing log tag (#117)
|
2023-01-25 22:24:00 +08:00 |
|
Ylarod
|
2f970f7ab8
|
kernel: refact (#113)
* refact
* sort inlude
* update
* unregister execve kprobe
* update log
* don't unregister if not in kprobe
* opt for no kprobe
* opt for no kprobe
* stop debug
* don't forget to call ksu_uid_observer_exit
* rename core to core_hook
* direct call do_persistent_allow_list
* add prefix
* use getter, add warn
* add wrapper
* run clang-format
clang-format --style="{BasedOnStyle: InheritParentConfig, SortIncludes: true}" -i kernel/**/*.[ch]
* try fix wsa x64 build
|
2023-01-25 21:53:19 +08:00 |
|
weishu
|
2844df865b
|
kernel: use rename lsm hook
|
2023-01-19 16:34:21 +07:00 |
|
weishu
|
448fcc07e7
|
kernel: fix typo
|
2023-01-18 18:57:37 +07:00 |
|
weishu
|
830c27361e
|
kernel: unify workqueue
|
2023-01-18 18:37:27 +07:00 |
|
weishu
|
2a1e91cb34
|
kernel: don't use 0(root uid) as manager init uid
|
2023-01-17 13:49:30 +07:00 |
|
weishu
|
ab36e1fa0c
|
kernel: add uid observer, correctly prune uid allowlist when app is installed/uninstalled.
|
2023-01-17 12:44:38 +07:00 |
|