Skip to content

Commit

Permalink
Merge pull request dev-sec#176 from dev-sec/pam_perms
Browse files Browse the repository at this point in the history
fix wrong permissions passwdqc dev-sec#170
  • Loading branch information
rndmh3ro committed Jun 29, 2018
2 parents 310a108 + 44e7431 commit c8fe3ee
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: 'usr/share/pam-configs/pam_passwdqd.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: 'usr/share/pam-configs/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 c8fe3ee

Please sign in to comment.