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
@@ -0,0 +1,16 @@
---
##############################################################################
# Rocky 9 CIS Hardening Configuration

# Disable shell timeout for inactivity which can be disruptive to
# development work.
rhel9cis_rule_5_4_3_2: false

##############################################################################
# Ubuntu Jammy CIS Hardening Configuration

# Disable shell timeout for inactivity which can be disruptive to
# development work.
ubtu22cis_rule_5_4_3_2: false

##############################################################################
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
##############################################################################
# Rocky 9 CIS Hardening Configuration

# Disable shell timeout for inactivity which can be disruptive to
# development work.
rhel9cis_rule_5_4_3_2: false

##############################################################################
# Ubuntu Jammy CIS Hardening Configuration

# Disable shell timeout for inactivity which can be disruptive to
# development work.
ubtu22cis_rule_5_4_3_2: false

##############################################################################
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
features:
- |
Disable the CIS hardening rule ``*_rule_5_4_3_2`` to prevent ``TMOUT``
from being applied which can disrupt a development environment as it
closes ``TMUX`` panes and servers and may close active ssh session.
Loading