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 9e1da42 commit ead69f7Copy full SHA for ead69f7
.github/workflows/build_and_test.yaml
@@ -163,8 +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
+ cat /proc/1/root/sys/kernel/security/lsm
+ echo 0 > /proc/1/root/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