Просмотр исходного кода

docs: add patch links for Ptrace and Unicode fixes

TheWildJames 1 неделя назад
Родитель
Сommit
73c75deee9
3 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      docs/index.md
  2. 1 1
      docs/ptrace.md
  3. 1 1
      docs/unicode.md

+ 2 - 2
docs/index.md

@@ -16,8 +16,8 @@ Per-feature documentation for the GKI2 kernels built from this repository.
 |---------|-------------|--------|
 | SUSFS | Root-hiding add-on for KernelSU using kernel patches and a userspace module. | [simonpunk/susfs4ksu](https://gitlab.com/simonpunk/susfs4ksu) |
 | NoMount | Metamodule providing mount-related functionality alongside root implementations. | [maxsteeel/nomount](https://github.com/maxsteeel/nomount) |
-| Ptrace Leak Fix | Fixes ptrace info leak on kernels older than 5.16. Internal to root hiding. | Upstream kernel community |
-| Unicode Fix | Prevents path traversal via non-printable Unicode (experimental). Internal to root hiding. | Internal to root hiding |
+| Ptrace Leak Fix | Fixes ptrace info leak on kernels older than 5.16. Internal to root hiding. | Upstream kernel community · [patch](https://github.com/WildKernels/kernel_patches/blob/main/gki_ptrace.patch) |
+| Unicode Fix | Prevents path traversal via non-printable Unicode (experimental). Internal to root hiding. | Internal to root hiding · [patch 6.1-](https://github.com/WildKernels/kernel_patches/blob/main/common/unicode_bypass_fix_6.1-.patch) · [patch 6.1+](https://github.com/WildKernels/kernel_patches/blob/main/common/unicode_bypass_fix_6.1+.patch) |
 
 ## Security
 

+ 1 - 1
docs/ptrace.md

@@ -4,7 +4,7 @@ Fixes ptrace info leak on kernels older than 5.16. Internal to root hiding.
 
 ## Source
 
-- **Source:** Upstream kernel community
+- **Source:** Upstream kernel community - [patch](https://github.com/WildKernels/kernel_patches/blob/main/gki_ptrace.patch) (`kernel_patches/gki_ptrace.patch`)
 
 ## Purpose
 

+ 1 - 1
docs/unicode.md

@@ -4,7 +4,7 @@ Prevents path traversal via non-printable Unicode (experimental). Internal to ro
 
 ## Source
 
-- **Internal to root hiding**
+- **Source:** Internal to root hiding - [patch 6.1-](https://github.com/WildKernels/kernel_patches/blob/main/common/unicode_bypass_fix_6.1-.patch) (`kernel_patches/common/unicode_bypass_fix_6.1-.patch`) · [patch 6.1+](https://github.com/WildKernels/kernel_patches/blob/main/common/unicode_bypass_fix_6.1+.patch) (`kernel_patches/common/unicode_bypass_fix_6.1+.patch`)
 
 ## Purpose