bubblewrap
bubblewrap copied to clipboard
--bind fails if directories above are not +rx
I want to --bind . /something, but while the user has access to ., it intentionally has no access to .. or several parent directories.
This seems to fail at https://github.com/containers/bubblewrap/blob/795eeee77eab88afb9db27b06e1d23cc3aebe38e/bubblewrap.c#L1196 which I would think is an easy fix