Skip to content

Commit

Permalink
Set database permissions to 0750
Browse files Browse the repository at this point in the history
This matches the package in EPEL and should provide secure defaults.
  • Loading branch information
ekohl committed Oct 20, 2018
1 parent 94792a0 commit f29cfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@

file { $dbpath:
ensure => directory,
mode => '0755',
mode => '0750',
owner => $user,
group => $group,
selrange => 's0',
Expand Down

0 comments on commit f29cfac

Please sign in to comment.