Skip to content

Commit e44a970

Browse files
committed
Reduce permissions for app configuration
Having the app configuration world readable may expose the content of more sensitive environment variables. Remove the 'other' permissions to mitigate this.
1 parent 071e78f commit e44a970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/app.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
ensure => $ensure,
4444
owner => $uid,
4545
group => $gid,
46-
mode => '0644',
46+
mode => '0640',
4747
content => template($template),
4848
notify => Service['uwsgi'],
4949
}

0 commit comments

Comments
 (0)