We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bwrap --ro-bind /opt /opt --ro-bind /usr /usr --dir /tmp --dir /var --symlink ../tmp var/tmp --proc /proc --dev /dev --ro-bind /etc/resolv.conf /etc/resolv.conf --symlink usr/lib /lib --symlink usr/lib64 /lib64 --symlink usr/bin /bin --symlink usr/sbin /sbin --chdir / --die-with-parent --dir /run/user/$(id -u) --setenv XDG_RUNTIME_DIR "/run/user/id -u" --setenv PS1 "bwrap-demo$ " /bin/bash
id -u
pwsh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
bwrap --ro-bind /opt /opt --ro-bind /usr /usr --dir /tmp --dir /var --symlink ../tmp var/tmp --proc /proc --dev /dev --ro-bind /etc/resolv.conf /etc/resolv.conf --symlink usr/lib /lib --symlink usr/lib64 /lib64 --symlink usr/bin /bin --symlink usr/sbin /sbin --chdir / --die-with-parent --dir /run/user/$(id -u) --setenv XDG_RUNTIME_DIR "/run/user/
id -u
" --setenv PS1 "bwrap-demo$ " /bin/bashpwsh
starts, currently fails with No such file or directoryThe text was updated successfully, but these errors were encountered: