Added usermode unmounter and mounts parser

+ Added a mounts parser implementation using mntent API.
+ Added logging functions.
+ Added usermode unmounter which calls unshare pre app-specialization.
* Updated module.prop.
This commit is contained in:
snake-4
2024-03-25 21:36:47 +01:00
parent 08cc6f7e33
commit c1070182a2
7 changed files with 223 additions and 14 deletions
+2 -2
View File
@@ -2,5 +2,5 @@ id=${moduleId}
name=${moduleName}
version=${versionName}
versionCode=${versionCode}
author=snake-4 & yervant7
description=DLCLOSE_MODULE_LIBRARY and FORCE_DENYLIST_UNMOUNT for non-root processes.
author=snake-4
description=Zygisk module to hide mounts.