meefik / linuxdeploy

Install and run GNU/Linux on Android
https://meefik.github.io/linuxdeploy
GNU General Public License v3.0
5.23k stars 680 forks source link

R/W mount point access for non root user #202

Open thegithub opened 9 years ago

thegithub commented 9 years ago

I'm looking to be able to access mount points that are accessible as RW for the root user, while the non-root user (android) is unable to access them. For example, I want /storage/emulated/0 to accessible for the regular non-rooted user. What should I change?

anernest commented 9 years ago

I'm also very interested in this functionality.