发生了哪些变化?
内核:修复在内核 6.1 和 x86_64 上构建 sulog 的问题@hmtheboy154在#3401
修复:向 ksu://icon/ 响应添加 CORS 标头,以允许通过编程方式加载图像@NKU100在#3402
内核:当 kern_path 失败时,不要调用 path_put@AlexLiuDev233在#3410
用户空间:通过以下方式改进模块加载和 ksud CLI@5ec1cff在#3406
管理器:adb_root:如果可能,请加载我们的 ksurc@AlexLiuDev233在#3412
修复 buf 缺少空终止符导致的越界读取@Kamentas在#3413
管理员:修复材料搜索输入密度并清理@KOWX712在#3417
内核:重构允许列表@5ec1cff在#3418
任务:让 Clippy 开心@5ec1cff在#3423
经理:通过以下方式保留 Commonmark 资源@qwq233在#3424
管理器:如果下载的文件存在,请重命名该文件@aviraxp在#3425
修复包括更改@aaaaaaaa-815在#3428
管理器:模块操作完成后关闭临时 shell@aviraxp在#3438
内核:在拒绝规则之后修剪冗余的 avtab 节点@XiaoTong6666在#3439
管理员:修复模块 JSON URL 解析问题@aviraxp在#3450
内核:更简单的复制策略数据库实现@5ec1cff在#3350
功能:SELinux 隐藏@5ec1cff在#3457
selinux_hide:修复属性/电流检测@5ec1cff在#3459
内核:解析符号查找中的点分 CFI 符号变体@XiaoTong6666在#3461
ci:禁用 ksud-extra 中的 cache-bin 以修复 macOS 构建问题@XiaoTong6666在#3463
ksud:支持在用户之后解析参数@5ec1cff在#3464
管理员:修复终端屏幕崩溃问题@KOWX712在#3474
通过以下方式改进符号解析器@5ec1cff在#3469
adbroot:支持静态链接的 GetProperty@5ec1cff在#3470
管理器:通过快捷方式启动时自动退出@HChenX在#3476
内核:优先使用哈希后的 .cfi_jt 变体,而不是裸符号。@XiaoTong6666在#3475
ksud:修复了某些模块脚本无法添加 KSU_MODULE 环境变量的问题@AlexLiuDev233在#3445
管理员:在错误报告中添加 kallsyms@aviraxp在#3479
重构:使用内置的 bootimg crate,移除 magiskboot。@YuKongA在#3467
经理:改进零食吧并修复对话框@u9521在#3483
selinux_hide:隐藏状态@5ec1cff在#3495
内核、ksud:支持通过模块提供的 init.rc 注入@YuKongA在#3478
内核:改进后期加载模式序列计算@aviraxp在#3498
内核、ksud、管理器:实现 uapi 版本检查@AlexLiuDev233在#3455
功能:添加 KSU_NO_NEW_PRIVS@AlexLiuDev233在#3509
Dev1@5ec1cff在#3514
ksud:su:添加 –ksu-no-new-privs 选项@5ec1cff在#3515
管理员:优化图标加载逻辑并进行了一些小修复@u9521在#3503
管理员:修复模板标志的保存和加载@AlexLiuDev233在#3517
内核,ksud:重构 sucompat@5ec1cff在#3521
内核:允许域使用由 ksu 域创建的 memfd@aviraxp在#3528
内核:从内核中移除 strncpy() 函数@aviraxp在#3529
ksud:将 resetprop 调用适配到 prop-rs-android 0.2.0@XiaoTong6666在#3532
What’s Changed
kernel: Fix building sulog on kernel 6.1 & x86_64 by @hmtheboy154 in #3401
fix: add CORS header to ksu://icon/ responses to allow programmatic image loading by @NKU100 in #3402
kernel: don’t call path_put when kern_path failed by @AlexLiuDev233 in #3410
userspace: improve module loading and ksud CLI by @5ec1cff in #3406
manager: adb_root: load our ksurc if possible by @AlexLiuDev233 in #3412
修复 buf 缺少空终止符导致的越界读取 by @Kamentas in #3413
manager: fix material search input density and clean up by @KOWX712 in #3417
kernel: refactor allowlist by @5ec1cff in #3418
chore: make clippy happy by @5ec1cff in #3423
manager: keep commonmark resources by @qwq233 in #3424
manager: Rename downloaded file if exists by @aviraxp in #3425
fix include change by @aaaaaaaa-815 in #3428
manager: Close temp shell after module action by @aviraxp in #3438
kernel: prune redundant avtab nodes after deny rules by @XiaoTong6666 in #3439
manager: Fix module json url parsing by @aviraxp in #3450
kernel: simpler copy policydb implementation by @5ec1cff in #3350
feature: selinux hide by @5ec1cff in #3457
selinux_hide: fix attr/current detection by @5ec1cff in #3459
kernel: Resolve dotted CFI symbol variants in symbol lookup by @XiaoTong6666 in #3461
ci: disable cache-bin in ksud-extra to fix macOS build by @XiaoTong6666 in #3463
ksud: support parsing arguments after user by @5ec1cff in #3464
manager: fix crash on terminal screen by @KOWX712 in #3474
refine symbol_resolver by @5ec1cff in #3469
adbroot: support statically-linked GetProperty by @5ec1cff in #3470
manager: exit automatically when launched from shortcut by @HChenX in #3476
kernel: Prefer hashed .cfi_jt variants before bare symbols by @XiaoTong6666 in #3475
ksud: fix some module scripts won’t add KSU_MODULE environment var by @AlexLiuDev233 in #3445
manager: Add kallsyms in bugreport by @aviraxp in #3479
refactor: use built-in bootimg crate, remove magiskboot by @YuKongA in #3467
manager: improve snackbar and fix dialog by @u9521 in #3483
selinux_hide: hide status by @5ec1cff in #3495
kernel,ksud: support module-provided init.rc injection by @YuKongA in #3478
kernel: Improve late load mode sequence calculation by @aviraxp in #3498
kernel, ksud, manager: implement uapi version check by @AlexLiuDev233 in #3455
feature: add KSU_NO_NEW_PRIVS by @AlexLiuDev233 in #3509
Dev1 by @5ec1cff in #3514
ksud: su: add –ksu-no-new-privs option by @5ec1cff in #3515
manager: optimize icon loading logic and some minor fixes by @u9521 in #3503
manager: fix template flags save & load by @AlexLiuDev233 in #3517
kernel, ksud: refactor sucompat by @5ec1cff in #3521
kernel: Allow domain to use memfd created by ksu domain by @aviraxp in #3528
kernel: Remove strncpy() from the kernel by @aviraxp in #3529
ksud: Adapt resetprop calls to prop-rs-android 0.2.0 by @XiaoTong6666 in #3532

KernelSU中文网