Skip to content
Snippets Groups Projects
  • Mark Goddard's avatar
    8c4ab41f
    Check configuration file permissions in CI · 8c4ab41f
    Mark Goddard authored
    Typically, non-executable files should have 660 or 600 and executable
    files and directories should have 770. All should be owned by the
    'config_owner_user' and 'config_owner_group' variables.
    
    This change adds a script to check the owner and permissions of config
    files under /etc/kolla, and runs it at the end of CI jobs.
    
    Change-Id: Icdbabf36e284b9030017a0dc07b9dc81a37758ab
    Related-Bug: #1821579
    8c4ab41f
    History
    Check configuration file permissions in CI
    Mark Goddard authored
    Typically, non-executable files should have 660 or 600 and executable
    files and directories should have 770. All should be owned by the
    'config_owner_user' and 'config_owner_group' variables.
    
    This change adds a script to check the owner and permissions of config
    files under /etc/kolla, and runs it at the end of CI jobs.
    
    Change-Id: Icdbabf36e284b9030017a0dc07b9dc81a37758ab
    Related-Bug: #1821579