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

salt/master: chdir to root not homedir #27091

Merged
merged 1 commit into from Sep 14, 2015

Commits on Sep 13, 2015

  1. salt/master: chdir to root not homedir

    The pre-flight checks try to change to $HOME, this can fail for multiple
    reasons. One such case is that /root is a protected dir under SELinux
    which the master should not have access to. The daemon should instead
    change to the root dir which is the only dir that is always guaranteed
    to be there. The limited testing I have managed to do shows that windows
    accepts the '/' path too just fine so the os-specific case is not
    required either.
    perfinion committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    7481885 View commit details
    Browse the repository at this point in the history