Skip to content

Make sure GRID files are readable by all users

Spyros Argyropoulos requested to merge issue83 into master

Changes introduced

  • Add a test that checks the permissions of GRID files - they have to be .r..r..r.., i.e. readable by all users
  • Rename check_grid_file_atlcvmfs to check_grid_file_readability

Tests

With wrong permissions:
Screenshot_2020-03-07_at_15.06.10

With correct permissions:
Screenshot_2020-03-07_at_15.06.51

Issues resolved

Closes #86 (closed)

Edited by Spyros Argyropoulos

Merge request reports