Replies: 1 comment 7 replies
-
To clarify, we want to make sure that we only mount files to files and directories to directories? In the original implementation, this is broken:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do we need to add checks to the --bind option of
proot-rs
to only allow binding of dir to dir and file to file?I bring this up because the behavior of mount --bind is like this :)
![image](https://user-images.githubusercontent.com/14936301/125612121-a0ec939f-ec0b-4d44-94be-ddc203603e30.png)
Beta Was this translation helpful? Give feedback.
All reactions