Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/opt/splunk/etc/passwd wrong permissions #277

Open
jose-lmax opened this issue Feb 24, 2020 · 0 comments
Open

/opt/splunk/etc/passwd wrong permissions #277

jose-lmax opened this issue Feb 24, 2020 · 0 comments

Comments

@jose-lmax
Copy link

on enterprise/password/manage.pp is defined the following:

file { $password_config_file:
ensure => file,
owner => $splunk_user,
group => $splunk_user,
content => $password_content,
require => File[$secret_file],
}

It should define also the mode:

mode = > '0600'

Currently it is setting the permissions on that file to '0644' which is not good because in that file is the password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant