We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cab755 commit 9e1da42Copy full SHA for 9e1da42
.github/workflows/build_and_test.yaml
@@ -163,6 +163,8 @@ jobs:
163
run: |
164
# Github actions container runner creates a docker network without IPv6 support. We enable it manually.
165
sysctl -w net.ipv6.conf.lo.disable_ipv6=0
166
+ cat /sys/kernel/security/lsm
167
+ echo 0 > /proc/sys/kernel/apparmor_restrict_unprivileged_userns
168
sysctl -w kernel.unprivileged_userns_clone=1
169
./scripts/bazel_ignore_codes.sh test ${{ matrix.args }} --target_pattern_file=target_files/${{ matrix.tests }} \
170
2> >(tee bazel_stderr)
0 commit comments