Comment 5 for bug 1233601

Revision history for this message
Andrew Wilkins (axwalk) wrote :

I think it'd be a good idea to block outbound network access on the bot, to prevent these things in the future. We can do this with something like:

    sudo unshare -n bash <<EOF
    ifconfig lo up
    su - $SUDO_USER -c "make check"
    EOF