ShirkNeko
|
ae104ed4a4
|
kernel: Remove redundant checks
|
2025-11-09 18:04:32 +08:00 |
|
ShirkNeko
|
a525048d1f
|
kernel: Remove susfs patch
|
2025-11-09 12:48:51 +08:00 |
|
ShirkNeko
|
c400952b47
|
clear build
|
2025-11-09 12:30:52 +08:00 |
|
ShirkNeko
|
f6a0fab2ef
|
Fixes only hook in LKM mode __NR_newfstatat ,__NR_faccessat ,__NR_execve system calls
|
2025-11-09 12:18:00 +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 |
|