Parcourir la source

docs: move NoMount to own Meta Module section

TheWildJames il y a 1 semaine
Parent
commit
a3e039c013
2 fichiers modifiés avec 7 ajouts et 2 suppressions
  1. 1 1
      README.md
  2. 6 1
      docs/index.md

+ 1 - 1
README.md

@@ -36,7 +36,7 @@ By flashing this kernel, **YOU** are choosing to make these modifications. If so
 
 - [KernelSU-Next](docs/kernelsu-next.md) / [KernelSU (Classic)](docs/kernelsu-classic.md) / [ReSukiSU](docs/resukisu.md) - root implementations
 - [SUSFS](docs/susfs.md) - root hiding
-- [NoMount](docs/nomount.md) - mount metamodule (root hiding)
+- [NoMount](docs/nomount.md) - mount metamodule
 - [Baseband Guard](docs/bbg.md) - partition protection
 - [Networking](docs/networking.md) - WireGuard, BBR, IPSet, CIFS
 - [TMPFS](docs/tmpfs.md) - xattr / POSIX ACLs

+ 6 - 1
docs/index.md

@@ -15,10 +15,15 @@ Per-feature documentation for the GKI2 kernels built from this repository.
 | Feature | Description | Source |
 |---------|-------------|--------|
 | 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. | [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) |
 
+## Meta Module
+
+| Module | Description | Source |
+|--------|-------------|--------|
+| NoMount | Metamodule providing mount-related functionality alongside root implementations. | [maxsteeel/nomount](https://github.com/maxsteeel/nomount) |
+
 ## Security
 
 | Feature | Description | Source |