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

config: expand default security.exec.osEnv policy #11217

Merged
merged 1 commit into from
Jul 7, 2023

Commits on Jul 7, 2023

  1. config: expand default security.exec.osEnv policy

    To better support private Hugo modules and automatically
    launching a text editor on content creation, this change
    adds the following environment variables to the default
    security policy:
    
    - HOME
    - XDG_CONFIG_HOME
    - USERPROFILE
    - SSH_AUTH_SOCK
    - DISPLAY
    - LANG
    
    Fixes gohugoio#9333
    
    Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
    dvdksn committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    284c138 View commit details
    Browse the repository at this point in the history