Skip to content

Set permissions on assets that were copied into the container

What does this MR do?

Asset files copied into the container at build time are being assigned the incorrect permissions, allowing all users write-access. This MR recursively corrects those permissions on files within the assets and RELEASE folders by removing the write permission from all but the owner of the files.

This is an extension of merge request !4954 (merged) submitted by @hufa.

Related issues

Closes #5956 (closed)

Checklist

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
Edited by Edison Hanchell

Merge request reports