5ec1cff
|
9203006028
|
kernel: refine syscall_hook_manager
- Don't unmark process when setuid if syscall tracepoint is in use
- Remark process when app profile updated
- Ensure zygote is marked on first boot
|
2025-11-14 13:03:46 +08:00 |
|
ShirkNeko
|
490cc39180
|
kernel: fix build
|
2025-11-14 13:02:49 +08:00 |
|
ShirkNeko
|
cb344d8546
|
kernel: Remove redundant ksu_handle_inode_permission hooks, calling only for manual_su
|
2025-11-14 13:02:24 +08:00 |
|
ShirkNeko
|
1c86944142
|
kernel: Undo some changes
|
2025-11-09 16:30:29 +08:00 |
|
ShirkNeko
|
86cd05e206
|
Attempt to refactor and migrate inode_permission, bprm_check_security, and task_alloc entirely to syscall_hook_manager
kernel: fix build
|
2025-11-09 04:35:29 +08:00 |
|
ShirkNeko
|
af4b502631
|
kernel: Rewrite the kernel source code (#554)
* clean unused header
* on_module_mounted in ksud.c
* refact: use app_profile
* unified hook manager
* add zygote to hook target
* move reboot hook to supercall.c
* refactor: kernel_umount setuid_hook
* update mark rules, add init mark tracker
* remove reboot from check_syscall_fastpath
* update setuid_hook, remove uneeded sucompat enable
* log freely
* kernel: Migrate kprobe hook configuration items
* kernel: fix build
* cli: add ksud debug mark
* Fix rustfmt warning
---------
Co-authored-by: Ylarod <me@ylarod.cn>
Co-authored-by: Wang Han <416810799@qq.com>
Co-authored-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
|
2025-11-09 03:49:11 +08:00 |
|