-
Notifications
You must be signed in to change notification settings - Fork 677
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
Properly bring back mount
#85
Comments
+1 |
I'm pretty busy at the moment, but I would be happy to accept a PR :) |
I'd be happy to submit a PR for this, as I only just found out it was missing! Could you briefly outline some test cases that would be necessary to bring this back? I'm thinking we'd want to verify at least:
result in the expected properties holding on the mount, that |
To be honest, I forgot the context around What you are suggesting seems fine. |
Yeah, the |
I realised that the test won't be able to actually mount anything without superuser privileges (or This will exclude non-Linux, as well as Linux without unprivileged user namespaces. Unfortunately, Arch, and default settings for Debian-derived systems will be out, but I think it's better than nothing. |
I realised that existing bindings are Linux-only to begin with. In BSDs, the flags are different, and the unmount call is called |
More niggles:
I haven't done any tests of |
I think testing |
Having trouble getting this to work. My bind mount seems to have the same flags even though my reading of the man page says I should be able to set flags. |
Bring back mount w/ tests for the various permutation of arguments
The text was updated successfully, but these errors were encountered: