HenrikBengtsson / CBI-software

A Scientific Software Stack for HPC (CentOS oriented)
https://wynton.ucsf.edu/hpc/software/software-repositories.html
5 stars 2 forks source link

rstudio: $HOME/.config/rstudio/config.json becomes world writable #90

Open HenrikBengtsson opened 10 months ago

HenrikBengtsson commented 10 months ago

Issue

When running RStudio from module load CBI rstudio, its config file ($HOME/.config/rstudio/config.json) becomes world writable.

Action

This sounds like something that should be fixed in RStudio itself.

Workaround

Have module load CBI rstudio remove the world-writable permissions, i.e. chmod go-w $HOME/.config/rstudio/config.json.