forked from ansible-lockdown/RHEL9-CIS
fqcn updates
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
4e1ee6f8e6
commit
4e8397b89e
4 changed files with 7 additions and 10 deletions
|
|
@ -70,7 +70,7 @@
|
|||
- rule_1.8.3
|
||||
|
||||
- name: "1.8.4 | PATCH | Ensure GDM screen locks when the user is idle"
|
||||
copy:
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/dconf/db/local.d/00-screensaver
|
||||
content: |
|
||||
[org/gnome/desktop/session]
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
- rule_1.8.4
|
||||
|
||||
- name: "1.8.5 PATCH | Ensure GDM screen locks cannot be overridden"
|
||||
lineinfile:
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/dconf/db/local.d/locks/session
|
||||
create: true
|
||||
line: /org/gnome/desktop/screensaver/lock-delay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue