From 07b61971b0a3f3f87a85b68dae2a4c92482ebad4 Mon Sep 17 00:00:00 2001 From: Pang YS Date: Fri, 20 Dec 2024 15:24:32 +0800 Subject: [PATCH 1/6] Create README_CN.md --- README_CN.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 README_CN.md diff --git a/README_CN.md b/README_CN.md new file mode 100644 index 00000000..01f8ae3d --- /dev/null +++ b/README_CN.md @@ -0,0 +1,51 @@ +[English](README.md) | **简体中文** + +# KernelSU Next + +logo + +安卓基于内核的 Root 方案 + +[![Latest release](https://img.shields.io/github/v/release/rifsxd/KernelSU-Next?label=Release&logo=github)](https://github.com/rifsxd/KernelSU-Next/releases/latest) +[![Nightly Release](https://img.shields.io/badge/Nightly%20release-gray?logo=hackthebox&logoColor=fff)](https://nightly.link/rifsxd/KernelSU-Next/workflows/build-manager/next/manager) +[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-orange.svg?logo=gnu)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) +[![GitHub License](https://img.shields.io/github/license/tiann/KernelSU?logo=gnu)](/LICENSE) + +## 特性 + +1. 基于内核的 SU 和权限管理 +2. 基于 [Magic Mount](https://github.com/topjohnwu/Magisk/blob/c512496847d182526f2043295ecfd275398eccac/docs/releases/26100.md#new-magic-mount-implementation) 的模块系统 +3. [App Profile](https://kernelsu.org/guide/app-profile.html):把 Root 权限关进笼子里 + +## 兼容状态 + +KernelSU Next 支持从 4.14 到 6.6 的大多数安卓内核 + - GKI 2.0(5.10+)内核可运行预置镜像和 LKM/KMI + - GKI 1.0(4.19 - 5.4)内核需要使用 KernelSU 内核驱动重新编译 + - EOL (<4.19) 内核也需要使用 KernelSU 内核驱动重新编译 (3.18 以上内核为试验版本) + +目前只支持 `arm64-v8a` 架构 + +## 使用方法 + +- [安装教程](https://kernelsu.org/guide/installation.html) +- [如何构建?](https://kernelsu.org/guide/how-to-build.html) +- [官方网站](https://kernelsu.org/) + +## 安全性 + +有关报告 KernelSU Next 漏洞的信息,请参阅 [SECURITY.md](/SECURITY.md). + +## 许可证 + +- 目录 `kernel` 下所有文件为 [GPL-2.0-only](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) +- `kernel` 目录以外的其他部分均为 [GPL-3.0-or-later](https://www.gnu.org/licenses/gpl-3.0.html) + +## 鸣谢 + +- [kernel-assisted-superuser](https://git.zx2c4.com/kernel-assisted-superuser/about/): KernelSU 的灵感. +- [Magisk](https://github.com/topjohnwu/Magisk): 强大的 Root 工具. +- [genuine](https://github.com/brevent/genuine/): apk v2 签名验证。 +- [Diamorphine](https://github.com/m0nad/Diamorphine): 一些 Rootkit 技巧。 +- [KernelSU](https://github.com/tiann/KernelSU): 感谢 tiann,否则 KernelSU Next 根本不会存在。 +- [Magic Mount Port](https://github.com/5ec1cff/KernelSU/blob/main/userspace/ksud/src/magic_mount.rs): 💜 5ec1cff 挽救 KernelSU! From e84ab7a2c7053a3568252250d3f4d3bc798929b6 Mon Sep 17 00:00:00 2001 From: Pang YS Date: Fri, 20 Dec 2024 15:24:48 +0800 Subject: [PATCH 2/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a55bf52c..c1f624f6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**English** | [简体中文](README_CN.md) + # KernelSU Next logo From 6f484182a9367aa861484815fd01ff81666cb2c0 Mon Sep 17 00:00:00 2001 From: Pang YS Date: Fri, 20 Dec 2024 18:41:13 +0800 Subject: [PATCH 3/6] change path --- README.md => docs/README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.md => docs/README.md (100%) diff --git a/README.md b/docs/README.md similarity index 100% rename from README.md rename to docs/README.md From 6d2dc03aaac0418d81c7bff98075427e67f43db3 Mon Sep 17 00:00:00 2001 From: Pang YS Date: Fri, 20 Dec 2024 18:41:32 +0800 Subject: [PATCH 4/6] change path --- README_CN.md => docs/README_CN.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README_CN.md => docs/README_CN.md (100%) diff --git a/README_CN.md b/docs/README_CN.md similarity index 100% rename from README_CN.md rename to docs/README_CN.md From 00e268a5b5dbaaf25cadb986df9c29938fb057de Mon Sep 17 00:00:00 2001 From: Pang YS Date: Fri, 20 Dec 2024 18:48:15 +0800 Subject: [PATCH 5/6] readme: fix logo wont show and modify path for CN readme --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index c1f624f6..524765ca 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,8 +1,8 @@ -**English** | [简体中文](README_CN.md) +**English** | [简体中文](/docs/README_CN.md) # KernelSU Next -logo +logo A Kernel-based root solution for Android devices. From 6e2cbd4431a39ace3e4f7a48f6fc4660e0370d3e Mon Sep 17 00:00:00 2001 From: Pang YS Date: Fri, 20 Dec 2024 18:49:09 +0800 Subject: [PATCH 6/6] readme: fix logo wont show --- docs/README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README_CN.md b/docs/README_CN.md index 01f8ae3d..95cb34f1 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -2,7 +2,7 @@ # KernelSU Next -logo +logo 安卓基于内核的 Root 方案