Jelajahi Sumber

docs: remove Upstream label from Ptrace source

TheWildJames 2 minggu lalu
induk
melakukan
0fe5675c1d
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      docs/index.md
  2. 1 1
      docs/ptrace.md

+ 1 - 1
docs/index.md

@@ -16,7 +16,7 @@ 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 · [patch](https://github.com/WildKernels/kernel_patches/blob/main/gki_ptrace.patch) |
+| Ptrace Leak Fix | Fixes ptrace info leak on kernels older than 5.16. Internal to root hiding. | [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 - [patch](https://github.com/WildKernels/kernel_patches/blob/main/gki_ptrace.patch) (`kernel_patches/gki_ptrace.patch`)
+- **Source:** [patch](https://github.com/WildKernels/kernel_patches/blob/main/gki_ptrace.patch) (`kernel_patches/gki_ptrace.patch`)
 
 ## Purpose