Codebase list firejail / 2b3af27
Add testuser to firejail.users file in network test Reiner Herrmann 4 years ago
2 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
11 Restrictions: allow-stderr, flaky
22 Depends: @, expect, file, sudo, procps, xzdec, cpio, strace, csh, zsh, iputils-ping, wget, x11-common
33
4 Tests: isolatoin-tests
5 Restrictions: allow-stderr, breaks-testbed, isolation-machine, needs-root, flaky
4 Tests: isolation-tests
5 Restrictions: allow-stderr, isolation-machine, flaky
66 Depends: @, expect
77
88 Tests: application-tests
44 # copy tests to temporary directory, as current one might be read-only
55 cp -a test "$AUTOPKGTEST_TMP"
66 cd "$AUTOPKGTEST_TMP/test"
7 [ -z "$AUTOPKGTEST_NORMAL_USER" ] && AUTOPKGTEST_NORMAL_USER="nobody"
78
89 pushd network
910 bash -x ./configure
10 runuser -u nobody -g nogroup -- bash -x ./network.sh | tee "$LOGFILE"
11 echo $AUTOPKGTEST_NORMAL_USER > /etc/firejail/firejail.users
12 runuser -u $AUTOPKGTEST_NORMAL_USER -g nogroup -- bash -x ./network.sh | tee "$LOGFILE"
1113 popd
1214
1315 echo "======================================"