Skip to content

Commit

Permalink
lock-screen must be enclosed in single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitman0 committed Apr 12, 2024
1 parent 43b9792 commit 5758f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/Cat2/RHEL-09-27xxxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
option: removal-action
path: "/etc/dconf/db/{{ rhel9stig_dconf_db.stdout }}.d/00-security-settings"
section: 'org/gnome/settings-daemon/peripherals/smartcard'
value: 'lock-screen'
value: "'lock-screen'"

- name: "MEDIUM | RHEL-09-271050 | PATCH | RHEL 9 must prevent a user from overriding the disabling of the graphical user smart card removal action."
when:
Expand Down

0 comments on commit 5758f5e

Please sign in to comment.