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

Enhancements to allow custom umask usage while executing plugins #42

Commits on Oct 10, 2022

  1. Enhancements to allow custom umask usage while executing plugins

     - Use default umask value of 022 to execute ztp plugins
    
     - User can provide a custom umask octal value string as part of plugin data
       if a specific umask is required.
        {
          "plugin" : {
            "url" : "http://10.1.1.1/plugins/my-plugin",
            "umask" : "177"
          }
        }
    
     - Firmware plugin has been modified to always use 022 umask when installing
       sonic image
    
     - Added unit test cases to test user specified umask value
    rajendra-dendukuri committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    f0cda25 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    2af5f17 View commit details
    Browse the repository at this point in the history