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

wrong permissions passwdqc #170

Closed
wilkis3 opened this issue Apr 18, 2018 · 1 comment
Closed

wrong permissions passwdqc #170

wilkis3 opened this issue Apr 18, 2018 · 1 comment
Labels

Comments

@wilkis3
Copy link

wilkis3 commented Apr 18, 2018

tasks/pam.yml:

- name: configure passwdqc
  template:
    src: 'pam_passwdqd.j2'
    dest: '{{ passwdqc_path }}'
    mode: '0640'
    owner: 'root'
    group: 'root'
  when: (ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu') and os_auth_pam_passwdqc_enable`

Wrong permission, 0644 needed. Other screen locker can't unlock the display.

i3lock[1635]: PAM _pam_load_conf_file: unable to open config for system-auth

@rndmh3ro rndmh3ro added the bug label Apr 19, 2018
rndmh3ro pushed a commit that referenced this issue Jun 29, 2018
rndmh3ro added a commit that referenced this issue Jun 29, 2018
fix wrong permissions passwdqc #170
@rndmh3ro
Copy link
Member

rndmh3ro commented Jul 1, 2018

Fixed in #176

@rndmh3ro rndmh3ro closed this as completed Jul 1, 2018
divialth pushed a commit to divialth/ansible-collection-hardening that referenced this issue Aug 3, 2022
divialth pushed a commit to divialth/ansible-collection-hardening that referenced this issue Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants