-
Hi there, I have a Nexus7 (2012 - wifi) with Lineage-14.1 (20210313-UNOFFICIAL-grouper) and it is rooted (addonsu-14.1-arm-signed). I have been able to mount my NAS/share-folder via Termux+BusyBox and for do that I had to use root. Result: user "u0_a69" cannot access the mount folder (permission denied) so no one daemon installed via pkg can have access to it. Despite I did chmod 777 to the folder and it display "drwxrwxrwx 1 root root" only Termux/root and all the users/app outside Termux can r+w NAS/share-folder mounted on Android... but I need that "u0_a69" could be able to access the folder too. Some lights to help me, please? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Few things to consider:
Issue is not Termux-specific. |
Beta Was this translation helpful? Give feedback.
Few things to consider:
su
needs to work in "master" mount namespace, otherwise external apps won't see it.Issue is not Termux-specific.