-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read only mounts? #123
Comments
Hi there,
|
Thanks for answering. |
Yep, so with something like this: sudo mount --bind -r src/ readonly_src/ which links proot -r /home/user -b readonly_src/:guest_src/ and The issue is that it requires |
A bit convoluted but you might be able to achieve something similar in user land via Using something like |
I guess bindfs is an option. I just have to get comfortable with this thought first, because proot made the user-space bind so easy... :) |
|
hello, i am new to proot and before i have been creating readonly bind mounts with
is this a way that can be explored? |
Is there a way to have bind option make read-only mounts?
The text was updated successfully, but these errors were encountered: