Skip to content

Commit

Permalink
fix wrong permissions passwdqc dev-sec#170
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gumprich committed Jun 29, 2018
1 parent df25471 commit 44e7431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/pam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
template:
src: 'pam_passwdqc.j2'
dest: '{{ passwdqc_path }}'
mode: '0640'
mode: '0644'
owner: 'root'
group: 'root'
when: (ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu') and os_auth_pam_passwdqc_enable
Expand All @@ -56,7 +56,7 @@
template:
src: 'pam_tally2.j2'
dest: '{{ tally2_path }}'
mode: '0640'
mode: '0644'
owner: 'root'
group: 'root'
when: (ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu') and not os_auth_pam_passwdqc_enable and os_auth_retries > 0
Expand Down

0 comments on commit 44e7431

Please sign in to comment.