We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8046d commit 1321115Copy full SHA for 1321115
sandbox-run
@@ -40,6 +40,7 @@ split_args_by_lf () { printf '%s' "$1" | case "$1" in *$lf*) cat ;; *) tr ' ' '\
40
41
# RO-bind select paths
42
paths='
43
+/etc/alternatives
44
/etc/resolv.conf
45
/etc/ssl
46
/etc/hosts
tests/smoke-test.sh
@@ -3,6 +3,8 @@ set -eu
3
4
. "${0%/*}/_init.sh"
5
6
+sandbox-run sh -c 'awk -V' # Awk via /etc/alternatives
7
+
8
sandbox-run sh -c 'touch "$HOME/success"'
9
10
test -f .sandbox*/success # Assert file exists
0 commit comments