This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
v1.0.9
Additions
- New
mount
parameter to output the system's mount entries. Commandtsbinds mount
is to execute in shell - New
pairs
parameter to output the pair names in thefolderlist
. Great to do quick revision. Commandtsbinds pairs
is to execute in shell
Fixes
- Fix the mount namespace issue - now binds and unbinds take effect the way it should be!
- All the commands are now passed through
su -M -c
to take effect on the global namespace.
- All the commands are now passed through
Modifications
- Change to use busybox
- Uses hardcoded PATH towards the busybox folder
/sbin/.core/busybox
- Uses hardcoded PATH towards the busybox folder
- Uses hardcoded path towards module directory
/sbin/.core/img/ts-binds
- Was
/magisk/ts-binds
but /magisk is a symbolic link towards above path - I know, hardcoding paths is not recommended by the Magisk documentation, but the module goes forward by Magisk's new version. The reason I had to do this is because there is no other easy alternative to find module's dir other than extreme measures of loopdevice mounting or looping through countless number of directories from root. So instead of taxing the shell during boot, I prefer not to do that instead.
- Was