ShirkNeko
|
a4a9df3a25
|
kernel: fmt
|
2025-11-16 14:29:10 +08:00 |
|
ShirkNeko
|
5df821ed41
|
kernel: Resolved potential deadlock issues arising from operations not being performed within locks.
|
2025-11-14 11:55:06 +08:00 |
|
ShirkNeko
|
10548f9243
|
kernel: fix build
|
2025-11-13 17:06:27 +08:00 |
|
ShirkNeko
|
7be8c15b85
|
kernel: Remove redundant ksu_handle_inode_permission hooks, calling only for manual_su
|
2025-11-13 15:02:20 +08:00 |
|
ShirkNeko
|
2433ced81a
|
kernel: Rollback disable_seccomp
Co-authored-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
Co-authored-by: Faris <rissu.ntk@gmail.com>
|
2025-11-09 17:00:43 +08:00 |
|
ShirkNeko
|
05ed1a3714
|
fix build
|
2025-11-09 14:17:27 +08:00 |
|
ShirkNeko
|
88135d8363
|
Attempt to refactor and migrate inode_permission, bprm_check_security, and task_alloc entirely to syscall_hook_manager
|
2025-11-09 02:52:46 +08:00 |
|
ShirkNeko
|
548258f922
|
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 01:14:26 +08:00 |
|