Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Hermetic sandbox with support for hardlinks #13279

Closed

Commits on Aug 12, 2021

  1. Implement Hermetic sandbox with support for hardlinks

    Adds linux-sandbox flag:
    --experimental_use_hermetic_linux_sandbox - Configure linux-sandbox
     to run in a chroot environment to prevent access to files not
     mentioned in the bazel rules unless they can be found via
     explicitly whitelisted directories using --sandbox_add_mount_pair
     create hardlinks instead of symlinks, and fallback to copying.
     In case of writes to input files, the build will be aborted.
    frazze-jobb committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    e051b6c View commit details
    Browse the repository at this point in the history