sasl: Set tighter permissions for saslauthd socket dir.
This commit is contained in:
parent
a5002df16a
commit
eb2dd2c62c
1 changed files with 2 additions and 2 deletions
|
@ -131,8 +131,8 @@ class sasl::saslauthd {
|
|||
"centos","fedora","redhat": {
|
||||
file { "/var/run/saslauthd":
|
||||
ensure => directory,
|
||||
mode => "0755",
|
||||
owner => $user,
|
||||
mode => "0775",
|
||||
owner => "root",
|
||||
group => $user,
|
||||
before => Service["saslauthd"],
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue