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

Respect XDG_CONFIG_HOME for policy.json #1011

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 8, 2020

  1. Respect XDG_CONFIG_HOME for policy.json

    The default path for (rootless) policy.json should respect
    XDG_CONFIG_HOME if present, as the paths for other configuration
    files like storage.conf and containers.conf do.
    
    Signed-off-by: David Scherer <david.scherer@antithesis.com>
    David Scherer authored and davidscherer committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    6c6cc28 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Use homedir.GetConfigHome()

    Signed-off-by: David Scherer <david.scherer@antithesis.com>
    David Scherer authored and davidscherer committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    efffa54 View commit details
    Browse the repository at this point in the history