City-of-Bloomington / ansible-role-linux

Ansible role for common settings across linux servers
GNU General Public License v3.0
0 stars 3 forks source link

Update system level umask #19

Closed inghamn closed 1 year ago

inghamn commented 1 year ago

We use the staff group to control permissions on the content of /srv. However, we never set a umask, so when one staff member adds a file, the file is still not editable by the next staff member.

We should set a good umask for this.