Skip to content
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

Add that /var/run or subpaths cannot be exposed when symlinked on host #544

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 30, 2024

  1. Add that /var/run or subpaths cannot be exposed when symlinked on host

    Flatpak internally sets up a /var/run to /run symlink https://github.com/flatpak/flatpak/blob/fd1b7e444016d1b44bdab7cb5642b0ac83bd4b9e/common/flatpak-run.c#L2281. If it is symlinked on host too, when using
    `--filesystem=var/run/subpath` bwrap gets called twice to
    create the same symlink and the second one will fail.
    
    See also containers/bubblewrap@4109d59
    bbhtt committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4233a58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b91b800 View commit details
    Browse the repository at this point in the history