containers / bubblewrap

Low-level unprivileged sandboxing tool used by Flatpak and similar projects
Other
3.97k stars 237 forks source link

bwrap: Can't bind mount Too many levels of symbolic links #407

Open satmandu opened 3 years ago

satmandu commented 3 years ago
flatpak run org.geany.Geany 
bwrap: Can't bind mount /oldroot/var/run/chrome/geany on /newroot/var/run/chrome/geany: Too many levels of symbolic links

bubblewrap was configured with

./configure \
      --disable-maintainer-mode \
      --disable-man \
      --with-priv-mode=setuid \
      --enable-sudo

(this is on ChromeOS in Dev mode.)

Any ideas on what I'm doing wrong?

Some flatpakls, such as VLC, work just fine. Others give this error.

rebx commented 5 months ago

Hi,

I'm interested if you were able to solve this. I keep getting this issue on the first run, but subsequent runs are fine.

Many thanks

satmandu commented 5 months ago

I have not been able to solve this....