Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logind_session_timeout/not_configured.fail to handle if the systemd config is not there #12884

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

Mab879
Copy link
Member

@Mab879 Mab879 commented Jan 22, 2025

Description:

Update logind_session_timeout/not_configured.fail to handle if the systemd config is not there.

Rationale:

Fixes #12876

@Mab879 Mab879 added Test Suite Update in Test Suite. RHEL10 Red Hat Enterprise Linux 10 product related. labels Jan 22, 2025
@Mab879 Mab879 added this to the 0.1.76 milestone Jan 22, 2025
@Mab879 Mab879 changed the title Update logind_session_timeout/not_configured.fail to handle if the systemd config is not there Update logind_session_timeout/not_configured.fail to handle if the systemd config is not there Jan 22, 2025
Copy link

codeclimate bot commented Jan 22, 2025

Code Climate has analyzed commit d8e527a and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 61.9% (0.0% change).

View more on Code Climate.

@jan-cerny jan-cerny self-assigned this Jan 23, 2025
Copy link
Collaborator

@jan-cerny jan-cerny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change has fixed the not_configure.fail.sh scenario for me:

jcerny@fedora:~/work/git/scap-security-guide (pr/12884)$ python3 tests/automatus.py rule --libvirt qemu:///system ssgts_rhel10 logind_session_timeout
Setting console output to log level INFO
INFO - The base image option has not been specified, choosing libvirt-based test environment.
INFO - Logging into /home/jcerny/work/git/scap-security-guide/logs/rule-custom-2025-01-23-1017/test_suite.log
INFO - xccdf_org.ssgproject.content_rule_logind_session_timeout
INFO - Script correct.pass.sh using profile (all) OK
INFO - Script correct_not_directly_after_section.pass.sh using profile (all) OK
INFO - Script correct_value_no_section.fail.sh using profile (all) OK
INFO - Script correct_value_wrong_section.fail.sh using profile (all) OK
INFO - Script file_missing.fail.sh using profile (all) OK
INFO - Script incorrect.fail.sh using profile (all) OK
INFO - Script not_configured.fail.sh using profile (all) OK
jcerny@fedora:~/work/git/scap-security-guide (pr/12884)$ python3 tests/automatus.py rule --libvirt qemu:///system ssgts_rhel10 --remediate-using ansible logind_session_timeout
Setting console output to log level INFO
INFO - The base image option has not been specified, choosing libvirt-based test environment.
INFO - Logging into /home/jcerny/work/git/scap-security-guide/logs/rule-custom-2025-01-23-1019/test_suite.log
INFO - xccdf_org.ssgproject.content_rule_logind_session_timeout
INFO - Script correct.pass.sh using profile (all) OK
INFO - Script correct_not_directly_after_section.pass.sh using profile (all) OK
INFO - Script correct_value_no_section.fail.sh using profile (all) OK
INFO - Script correct_value_wrong_section.fail.sh using profile (all) OK
INFO - Script file_missing.fail.sh using profile (all) OK
INFO - Script incorrect.fail.sh using profile (all) OK
INFO - Script not_configured.fail.sh using profile (all) OK

@jan-cerny jan-cerny merged commit 8a479dc into ComplianceAsCode:master Jan 23, 2025
132 of 144 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RHEL10 Red Hat Enterprise Linux 10 product related. Test Suite Update in Test Suite.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatus logind_session_timeout/not_configured.fail fails on RHEL-10
2 participants