Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_lsstSim
-
Labels:None
-
Story Points:0.25
-
Epic Link:
-
Team:SQuaRE
Description
the file description/camera/camera.py in obs_lsstSim has permissions 600. This makes it impossible on shared stacks for anyone but the user who installed the stack to read in the LSST camera model. The file needs to at least have permissions 644 (i.e. readable by 'group' and 'other'). FYI description/camera/camera.py is created when you run scons on obs_lsstSim.
If there was some way we could add a unit test that tested for a failure of this kind, that would also be nice.
Attachments
Issue Links
- blocks
-
DM-8259 v13.0 [Fall 2016] release
- Done
As the one who opened the ticket, I only intended that the ticket fix whatever was causing the stack to create camera.py with the restrictive permissions. In the individual case of "my" shared stack, I had enough access to change the permissions of camera.py myself by hand (if that is what Tim Jenness is asking).