Fix sddm, apparmor
This commit is contained in:
parent
8b96036196
commit
24c5b6b2f4
3 changed files with 9 additions and 2 deletions
|
|
@ -265,6 +265,12 @@
|
|||
dest: /etc/sddm.conf.d/
|
||||
src: hide_users.conf
|
||||
|
||||
- name: Prevent sddm from enumerating all users
|
||||
lineinfile:
|
||||
path: /usr/share/sddm/themes/breeze/metadata.desktop
|
||||
insertafter: EOF
|
||||
state: present
|
||||
line: needsFullUserModel=false
|
||||
|
||||
- name: Copy authorized_keys
|
||||
become: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue