-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.json
More file actions
38 lines (38 loc) · 1.31 KB
/
Copy pathmeta.json
File metadata and controls
38 lines (38 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"name": "ZeroMount",
"description": "Mountless module loading via VFS redirection with SUSFS integration. Supports OverlayFS and magic mount fallback",
"author": "Enginex0",
"repoUrl": "https://github.com/Enginex0/zeromount"
},
{
"name": "Meta OverlayFS",
"description": "An implementation of a metamodule using OverlayFS",
"author": "KernelSU Developers",
"repoUrl": "https://github.com/KernelSU-Modules-Repo/meta-overlayfs"
},
{
"name": "Hybrid Mount",
"description": "Next Generation Mounting Metamodule with OverlayFS and Magic Mount",
"author": "Hybrid Mount Developers",
"repoUrl": "https://github.com/Hybrid-Mount/meta-hybrid_mount"
},
{
"name": "Meta Magic Mount RS",
"description": "An implementation of a metamodule using Magic Mount (Rust)",
"author": "7a72, Tools-cx-app, YuzakiKokuban",
"repoUrl": "https://github.com/Tools-cx-app/meta-magic_mount-rs"
},
{
"name": "Mountify",
"description": "Globally mounted modules via OverlayFS",
"author": "backslashxx, KOWX712",
"repoUrl": "https://github.com/backslashxx/mountify"
},
{
"name": "Meta Magic Mount",
"description": "An implementation of a metamodule using Magic Mount",
"author": "7a72",
"repoUrl": "https://github.com/KernelSU-Modules-Repo/meta-mm"
}
]