KernelSU Next v1.1.0
应用介绍
作者: KernelSU-Next
标签: v1.1.0
附件: KernelSU_Next_v1.1.0_12862-release.apk
[仓库同步] root-mgr: ksu_next / v1.1.0
【中文简介】
KernelSU Next管理器发布包。
## 发生了什么变化
* sucompat:ksud::core_hook:在[https://github.com/KernelSU-Next/KernelSU-Next/commit/35a6c1d1c1cca0ff3fe4af9d215b154d9b1c7847 |中添加了对最小系统调用挂钩v1.5的支持https://github.com/KernelSU-Next/KernelSU-Next/commit/8d8220b38b930a22116b5e602e51a3a2ce25e74d | https://github.com/KernelSU-Next/KernelSU-Next/commit/3cd88145cc89cbeadbc9f18432582b70a8d77717]
* ksud:由 @ederevx 在 https://github.com/KernelSU-Next/KernelSU-Next/pull/662 中解决 ksu_handle_execveat_ksud 中的页面错误
* @TheWildJames 的 Syscall Hooks,位于 https://github.com/KernelSU-Next/KernelSU-Next/pull/686
* POC:通过 https://github.com/KernelSU-Next/KernelSU-Next/pull/674 中的 @fahrez256 通过 ksu://icon/[packageName] 加载图标应用程序
* @rifsxd 在 https://github.com/KernelSU-Next/KernelSU-Next/pull/660 中更新了新的 Crowdin
* ci(workflows): 添加工件缓存到 build-manager-ci and build-manager-spoofed 工作流程由 @TheWildJames 在 https://github.com/KernelSU-Next/KernelSU-Next/pull/702
*内核:selinux:规则:微优化get_policydb()并修复handle_sepolicy()中非法的RCU锁定使用(https://github.com/tiann/KernelSU/pull/2695)由@pershoot在https://github.com/KernelSU-Next/KernelSU-Next/pull/721
* 在 https://github.com/KernelSU-Next/KernelSU-Next/pull/743 中@pershoot 转义到 root 时重置 seccomp 过滤器计数 (https://github.com/tiann/KernelSU/pull/2708)
* manager:优化导入,优化所有libsu shell调用,并修复h中@YumeYuka的WebUI内存泄漏
【原文】
KernelSU Next 管理器发布包。
## What's Changed
* sucompat: ksud: : core_hook: Added support for min syscall hooks v1.5 in [ https://github.com/KernelSU-Next/KernelSU-Next/commit/35a6c1d1c1cca0ff3fe4af9d215b154d9b1c7847 | https://github.com/KernelSU-Next/KernelSU-Next/commit/8d8220b38b930a22116b5e602e51a3a2ce25e74d | https://github.com/KernelSU-Next/KernelSU-Next/commit/3cd88145cc89cbeadbc9f18432582b70a8d77717 ]
* ksud: Address pagefault in ksu_handle_execveat_ksud by @ederevx in https://github.com/KernelSU-Next/KernelSU-Next/pull/662
* Syscall Hooks by @TheWildJames in https://github.com/KernelSU-Next/KernelSU-Next/pull/686
* POC: load icon app via ksu://icon/[packageName] by @fahrez256 in https://github.com/KernelSU-Next/KernelSU-Next/pull/674
* New Crowdin updates by @rifsxd in https://github.com/KernelSU-Next/KernelSU-Next/pull/660
* ci(workflows): add artifact caching to build-manager-ci and build-manager-spoofed workflows by @TheWildJames in https://github.com/KernelSU-Next/KernelSU-Nex
标签: v1.1.0
附件: KernelSU_Next_v1.1.0_12862-release.apk
[仓库同步] root-mgr: ksu_next / v1.1.0
【中文简介】
KernelSU Next管理器发布包。
## 发生了什么变化
* sucompat:ksud::core_hook:在[https://github.com/KernelSU-Next/KernelSU-Next/commit/35a6c1d1c1cca0ff3fe4af9d215b154d9b1c7847 |中添加了对最小系统调用挂钩v1.5的支持https://github.com/KernelSU-Next/KernelSU-Next/commit/8d8220b38b930a22116b5e602e51a3a2ce25e74d | https://github.com/KernelSU-Next/KernelSU-Next/commit/3cd88145cc89cbeadbc9f18432582b70a8d77717]
* ksud:由 @ederevx 在 https://github.com/KernelSU-Next/KernelSU-Next/pull/662 中解决 ksu_handle_execveat_ksud 中的页面错误
* @TheWildJames 的 Syscall Hooks,位于 https://github.com/KernelSU-Next/KernelSU-Next/pull/686
* POC:通过 https://github.com/KernelSU-Next/KernelSU-Next/pull/674 中的 @fahrez256 通过 ksu://icon/[packageName] 加载图标应用程序
* @rifsxd 在 https://github.com/KernelSU-Next/KernelSU-Next/pull/660 中更新了新的 Crowdin
* ci(workflows): 添加工件缓存到 build-manager-ci and build-manager-spoofed 工作流程由 @TheWildJames 在 https://github.com/KernelSU-Next/KernelSU-Next/pull/702
*内核:selinux:规则:微优化get_policydb()并修复handle_sepolicy()中非法的RCU锁定使用(https://github.com/tiann/KernelSU/pull/2695)由@pershoot在https://github.com/KernelSU-Next/KernelSU-Next/pull/721
* 在 https://github.com/KernelSU-Next/KernelSU-Next/pull/743 中@pershoot 转义到 root 时重置 seccomp 过滤器计数 (https://github.com/tiann/KernelSU/pull/2708)
* manager:优化导入,优化所有libsu shell调用,并修复h中@YumeYuka的WebUI内存泄漏
【原文】
KernelSU Next 管理器发布包。
## What's Changed
* sucompat: ksud: : core_hook: Added support for min syscall hooks v1.5 in [ https://github.com/KernelSU-Next/KernelSU-Next/commit/35a6c1d1c1cca0ff3fe4af9d215b154d9b1c7847 | https://github.com/KernelSU-Next/KernelSU-Next/commit/8d8220b38b930a22116b5e602e51a3a2ce25e74d | https://github.com/KernelSU-Next/KernelSU-Next/commit/3cd88145cc89cbeadbc9f18432582b70a8d77717 ]
* ksud: Address pagefault in ksu_handle_execveat_ksud by @ederevx in https://github.com/KernelSU-Next/KernelSU-Next/pull/662
* Syscall Hooks by @TheWildJames in https://github.com/KernelSU-Next/KernelSU-Next/pull/686
* POC: load icon app via ksu://icon/[packageName] by @fahrez256 in https://github.com/KernelSU-Next/KernelSU-Next/pull/674
* New Crowdin updates by @rifsxd in https://github.com/KernelSU-Next/KernelSU-Next/pull/660
* ci(workflows): add artifact caching to build-manager-ci and build-manager-spoofed workflows by @TheWildJames in https://github.com/KernelSU-Next/KernelSU-Nex
系统要求
KernelSU Next
发表评论