bubblewrap icon indicating copy to clipboard operation
bubblewrap copied to clipboard

--bind fails if directories above are not +rx

Open luke-jr opened this issue 2 years ago • 0 comments

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

luke-jr avatar Apr 02 '23 20:04 luke-jr