Forráskód Böngészése

docs: move NoMount into Root Hiding under SUSFS

TheWildJames 2 hete
szülő
commit
cd573d7531
2 módosított fájl, 2 hozzáadás és 7 törlés
  1. 1 1
      README.md
  2. 1 6
      docs/index.md

+ 1 - 1
README.md

@@ -35,8 +35,8 @@ By flashing this kernel, **YOU** are choosing to make these modifications. If so
 ## Features
 
 - [KernelSU-Next](docs/kernelsu-next.md) / [KernelSU (Classic)](docs/kernelsu-classic.md) / [ReSukiSU](docs/resukisu.md) — root implementations
-- [NoMount](docs/nomount.md) — mount metamodule
 - [SUSFS](docs/susfs.md) — root hiding
+- [NoMount](docs/nomount.md) — mount metamodule (root hiding)
 - [Baseband Guard](docs/bbg.md) — partition protection
 - [Networking](docs/networking.md) — WireGuard, BBR, IPSet, CIFS
 - [NTSync](docs/ntsync.md) — NT sync primitives

+ 1 - 6
docs/index.md

@@ -15,15 +15,10 @@ 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. | Upstream kernel community |
 | Unicode Fix | Prevents path traversal via non-printable Unicode (experimental). Internal to root hiding. | Internal to root hiding |
 
-## 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 |