rocksclusters / base

Base roll for Rocks Clusters
http://www.rocksclusters.org/
25 stars 10 forks source link

rocks create distro should set the umask #1

Closed lclementi closed 10 years ago

lclementi commented 10 years ago

rocks create distro should set the umask before creating a new distro.

Since pretty much the entire federal government (and probably any big org with a formal security plan) is required to have a restrictive umask for all accounts (especially root), rocks create distro should set it before creating a new distro.

Luca

lclementi commented 10 years ago

Fixed: 459c7ba5d1dae9e2453c76098cb5fea56167c78b

Now rocks create distro set the proper umask before proceeding.

Clem