manager: Implement editable and removable mount points for LKM

This commit is contained in:
ShirkNeko
2025-11-07 15:37:04 +08:00
parent 9ebddde0d5
commit 53d763cdf9
7 changed files with 564 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ static int init_default_entries(void)
{ "/product", true, 0 },
{ "/system_ext", true, 0 },
{ "/data/adb/modules", false, MNT_DETACH },
{ "/debug_ramdisk", false, MNT_DETACH },
};
for (int i = 0; i < ARRAY_SIZE(defaults); i++) {