Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@
<ind:value datatype="int" operation="equals">0</ind:value>
</ind:variable_state>

<external_variable comment="number of failed login attempts allowed" datatype="int" id="var_accounts_passwords_pam_faillock_unlock_time" version="2" />
<external_variable comment="lockout time for failed password attempts" datatype="int" id="var_accounts_passwords_pam_faillock_unlock_time" version="2" />
</def-group>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: 'Prevent user from disabling the screen lock'

description: |-
The <tt>tmux</tt> terminal multiplexer is used to implement
autimatic session locking. It should not be listed in
automatic session locking. It should not be listed in
<tt>/etc/shells</tt>.

rationale: |-
Expand Down