Bump tor-browser-build to tbb-9.0-build2

Also update Makefile and rbm.conf to sync with upstream changes
pull/71/head
JeremyRand 5 years ago
parent 80bb04c519
commit b73c2d0d31
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -349,6 +349,8 @@ runc:
EOF
[% IF c("var/container/disable_network/" _ c("exec_name")) -%]
sudo ip netns add 'rbm-[% sha256(c("build_id", { error_if_undef => 1 })) %]'
# make sure the lo interface is up (see bug 31293)
sudo ip netns exec 'rbm-[% sha256(c("build_id", { error_if_undef => 1 })) %]' ip link set lo up
[% END -%]
sudo runc [% IF c("var_p/runc100") %]run[% ELSE %]start[% END %] -b '[% c("var/container/dir") %]' rbm-[% sha256(c("build_id", { error_if_undef => 1 })) %] [% IF c("runc_hide_stderr") %]2>/dev/null[% END %]
[% IF c("var/container/disable_network/" _ c("exec_name")) -%]

@ -1 +1 @@
Subproject commit 9d253167005def507583f90f01f0fc96e2bdbe07
Subproject commit 803d014ed9be0ff5a2ee253798f3c3e9b0fc1723
Loading…
Cancel
Save