Commit 4233a58
committed
Add that
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/var/run or subpaths cannot be exposed when symlinked on host1 parent 391c53a commit 4233a58
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
| 220 | + | |
220 | 221 | | |
221 | 222 | | |
222 | 223 | | |
| |||
0 commit comments