生于生时 亡于亡刻
|
d0e8faea77
|
chore(ksud): enable clippy::all, clippy::pedantic && make clippy happy (#617)
* Revert "chore(ksud): bump ksud's deps (#585)"
* Because it may cause compilation errors.
This reverts commit c8020b2066.
* chore(ksud): remove unused Result
Signed-off-by: Tools-app <localhost.hutao@gmail.com>
* chore(ksud): enable clippy::all, clippy::pedantic && make clippy happy
https://rust-lang.github.io/rust-clippy/master/index.html#map_unwrap_or
https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
https://rust-lang.github.io/rust-clippy/master/index.html#used_underscore_items
https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_for_method_calls
https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pub_crate
...
and use some #![allow(...)] or #[allow(...)]
Signed-off-by: Tools-app <localhost.hutao@gmail.com>
---------
Signed-off-by: Tools-app <localhost.hutao@gmail.com>
|
2025-11-22 06:09:45 +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 |
|
5ec1cff
|
a041b90891
|
ksud: make clippy happy (#2683)
e1be06240d/clippy_lints/src/format_args.rs (L168)
|
2025-08-10 17:59:12 +08:00 |
|
weishu
|
4fdd3e07e5
|
ksud: migrate to Rust 2024 edition
|
2025-02-24 16:53:37 +08:00 |
|
weishu
|
eb5b36f138
|
ksud: Fix debug set manager
|
2024-03-27 18:13:47 +08:00 |
|
weishu
|
883a3e3407
|
ksud: force-stop manager when set-manager
|
2024-01-31 11:15:23 +08:00 |
|
weishu
|
a22959beae
|
kernel: harden the signature check (#1027)
|
2023-10-11 02:53:11 -05:00 |
|
skbeh
|
219ea1c458
|
ksud: fix issues found by clippy (#167)
These issues are mostly found by `cargo clippy -- -W clippy::pedantic`.
|
2023-02-03 09:45:07 +08:00 |
|
skbeh
|
7785d2a3f8
|
ksud: replace some utils with rust libraries (#142)
|
2023-01-30 12:57:25 +08:00 |
|
weishu
|
64d78c31bc
|
ksud: support set-manager (#114)
* ksud: support set-manager
* ksud: rework apk sign
Co-authored-by: Ylarod <me@ylarod.cn>
|
2023-01-25 17:55:08 +08:00 |
|