View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015727ParaView(No Category)public2015-09-15 10:212015-12-15 20:56
ReporterUtkarsh Ayachit 
Assigned ToBen Boeckel (Kitware) 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version4.4 
Target Version5.0Fixed in Version5.0 
Summary0015727: Fix package permission for Linux binaries
DescriptionWe don't have a consistent permissions setup for our linux binaries. Some libraries are user-accessible only, while others are world-readonly-accessible etc. We need to adopt a consistent model. My vote would be user-r/w/(x), group-r//(x), world-r//(x).

The discrepancies exist beyond ParaView libraries e.g. generic io, matplotlib, numpy etc. All these packages will need to be fixed.
TagsNo tags attached.
ProjectSandia
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0035441)
Utkarsh Ayachit (administrator)
2015-11-10 09:52

ping
(0035468)
Ben Boeckel (Kitware) (developer)
2015-11-18 16:46

I changed the buildbot.tac on debian6dash to set the umask to 022. For some reason, it is running with 077 which is what caused the problem (my guess is the GNOME autostart system uses this umask for some reason; it's the only buildslave using that setup). The latest binary uploaded has fixed permissions. For future reference, here's the command I used to verify it:

ls -l -R bin doc lib share | grep -v -e '^[-d]r..r-.---' -e '^lrwx' | less
(0035569)
Alan Scott (manager)
2015-12-15 20:56

I'm pretty sure this is fixed. On my machine, downloading 5.0.0-RC2 , it ended up r/w, /, /. Everything was consistent. Closing.

 Issue History
Date Modified Username Field Change
2015-09-15 10:21 Utkarsh Ayachit New Issue
2015-09-15 10:21 Utkarsh Ayachit Assigned To => Ben Boeckel (Kitware)
2015-09-15 10:21 Utkarsh Ayachit Target Version => 5.0
2015-09-15 10:39 Utkarsh Ayachit Description Updated
2015-11-10 09:52 Utkarsh Ayachit Note Added: 0035441
2015-11-18 16:46 Ben Boeckel (Kitware) Note Added: 0035468
2015-11-18 16:46 Ben Boeckel (Kitware) Status backlog => gatekeeper review
2015-11-18 16:46 Ben Boeckel (Kitware) Fixed in Version => 5.0
2015-11-18 16:46 Ben Boeckel (Kitware) Resolution open => fixed
2015-12-11 14:57 Utkarsh Ayachit Status gatekeeper review => customer review
2015-12-15 20:56 Alan Scott Note Added: 0035569
2015-12-15 20:56 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team