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

Ensure Buildbot master files are owned by servo #334

Merged
merged 1 commit into from May 5, 2016

Commits on Apr 22, 2016

  1. Ensure Buildbot master files are owned by servo

    If the Buildbot master is ever erroneously started as root, the
    permissions on a variety of files in the Buildbot master dir are
    clobbered and the Buildbot master process is unable to access them.
    Use a file.directory state to set ownership to servo:servo for the
    whole folder, so that a highstate will restore the correct permissions
    in case this happens.
    aneeshusa committed Apr 22, 2016
You can’t perform that action at this time.