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

[sandbox] environment policies have the same env as policy loader #596

Merged
merged 3 commits into from
Feb 15, 2018

Commits on Feb 15, 2018

  1. [sandbox] expose arg

    So policies can detect if they are being executed on the CLI
    and decide to do something different like not loading themselves.
    
    Because some might require shared dict that is not available.
    mikz committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    458c18f View commit details
    Browse the repository at this point in the history
  2. [sandbox] extract sandbox from policy loader

    * to split concerns of policy loading and a sandbox
    mikz committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    a708870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df7011f View commit details
    Browse the repository at this point in the history