dg1727
dg1727
@cgwalters CONFIG_USER_NS doesn't exist either "y" or "n".
@cgwalters The items that exist under /proc/self/ns are: * `ipc` * `mnt` * `net` * `pid` * `uts`
In reply to sonicou, no, this is a Debian-derived Linux. Thanks for the idea, though.
Maybe there is an "strace" command line I can run to help troubleshoot this?
`bwrap --bind / / true` runs successfully (0 exit status; if I substitute `true` by `false`, I get an exit status of 1 as expected). To follow your next bit...
The `echo hi` command successfully prints `hi`. Sorry for not realising that you're a Flatpak developer. No offence meant! Many thanks for chiming into this discussion/project in addition to your...
I can only find one `bwrap` on the computer, and that's the one whose source code I manually downloaded from GitHub to fill in the link in the Flatpak source...
`flatpak-bwrap` is a binary in `/usr/local/libexec/` `bwrap` is a binary in `/usr/local/bin/` I am about 100% sure that both were installed during the same install process. All of this compiling...
Thanks for that clarification. I've opened issue https://github.com/flatpak/flatpak/issues/503 and pull request https://github.com/flatpak/flatpak/pull/504 so that hopefully, building Flatpak from source will go more smoothly. I'm thinking of re-downloading the Flatpak source...
My program also needs to read & set the PATH environment variable. There is some string concatenation etc., but none of this is (for example) in a loop that may...