Răsfoiți Sursa

docs: rename SUSFS to susfs4ksu

TheWildJames 1 săptămână în urmă
părinte
comite
86131b3b53
8 a modificat fișierele cu 10 adăugiri și 10 ștergeri
  1. 2 2
      README.md
  2. 1 1
      docs/index.md
  3. 1 1
      docs/kernelsu-next.md
  4. 1 1
      docs/kernelsu.md
  5. 1 1
      docs/ptrace.md
  6. 1 1
      docs/resukisu.md
  7. 2 2
      docs/susfs4ksu.md
  8. 1 1
      docs/unicode.md

+ 2 - 2
README.md

@@ -3,7 +3,7 @@
 # Wild Kernels for Android
 
 [![KernelSU](https://img.shields.io/badge/KernelSU-Supported-green)](https://kernelsu.org/)
-[![SUSFS](https://img.shields.io/badge/SUSFS-Integrated-orange)](https://gitlab.com/simonpunk/susfs4ksu)
+[![susfs4ksu](https://img.shields.io/badge/susfs4ksu-Integrated-orange)](https://gitlab.com/simonpunk/susfs4ksu)
 
 </div>
 
@@ -35,7 +35,7 @@ By flashing this kernel, **YOU** are choosing to make these modifications. If so
 ## Features
 
 - [KernelSU](docs/kernelsu.md) / [KernelSU-Next](docs/kernelsu-next.md) / [ReSukiSU](docs/resukisu.md) - root implementations
-- [SUSFS](docs/susfs.md) - root hiding
+- [susfs4ksu](docs/susfs4ksu.md) - root hiding
 - [NoMount](docs/nomount.md) - mount metamodule
 - [Mountify](docs/mountify.md) - OverlayFS global mounts
 - [Baseband Guard](docs/bbg.md) - partition protection

+ 1 - 1
docs/index.md

@@ -10,7 +10,7 @@ Per-feature documentation for the GKI2 kernels built from this repository.
 
 ## Root Hiding
 
-- [SUSFS](susfs.md)
+- [susfs4ksu](susfs4ksu.md)
 - [Ptrace Leak Fix](ptrace.md)
 - [Unicode Fix](unicode.md)
 

+ 1 - 1
docs/kernelsu-next.md

@@ -22,5 +22,5 @@ The KernelSU-Next manager APK is built from the official `KernelSU-Next/KernelSU
 
 - [kernelsu.md](kernelsu.md) - KernelSU
 - [resukisu.md](resukisu.md) - ReSukiSU
-- [susfs.md](susfs.md) - root hiding add-on
+- [susfs4ksu.md](susfs4ksu.md) - root hiding add-on
 - [index.md](../index.md) - full feature index

+ 1 - 1
docs/kernelsu.md

@@ -23,5 +23,5 @@ The KernelSU manager APK is built from `tiann/KernelSU`. The manager version sho
 
 - [kernelsu-next.md](kernelsu-next.md) - KernelSU-Next
 - [resukisu.md](resukisu.md) - ReSukiSU
-- [susfs.md](susfs.md) - root hiding add-on
+- [susfs4ksu.md](susfs4ksu.md) - root hiding add-on
 - [index.md](../index.md) - full feature index

+ 1 - 1
docs/ptrace.md

@@ -18,5 +18,5 @@ The ptrace leak fix is applied as a patch during the build workflow when `use_pt
 
 ## Related
 
-- [susfs.md](susfs.md) - root hiding
+- [susfs4ksu.md](susfs4ksu.md) - root hiding
 - [index.md](index.md) - full feature index

+ 1 - 1
docs/resukisu.md

@@ -23,5 +23,5 @@ The ReSukiSU manager APK is built from `ReSukiSU/ReSukiSU`. The manager version
 
 - [kernelsu.md](kernelsu.md) - KernelSU
 - [kernelsu-next.md](kernelsu-next.md) - KernelSU-Next
-- [susfs.md](susfs.md) - root hiding add-on
+- [susfs4ksu.md](susfs4ksu.md) - root hiding add-on
 - [index.md](../index.md) - full feature index

+ 2 - 2
docs/susfs.md → docs/susfs4ksu.md

@@ -1,6 +1,6 @@
-# SUSFS
+# susfs4ksu
 
-SUSFS is a KernelSU add-on that provides root-hiding mechanisms using kernel patches and a userspace module.
+susfs4ksu is a KernelSU add-on that provides root-hiding mechanisms using kernel patches and a userspace module.
 
 ## Source
 

+ 1 - 1
docs/unicode.md

@@ -22,5 +22,5 @@ The Unicode Fix is applied as a patch during the build workflow when `use_unicod
 
 ## Related
 
-- [susfs.md](susfs.md) - root hiding
+- [susfs4ksu.md](susfs4ksu.md) - root hiding
 - [index.md](index.md) - full feature index