Skip to content

fix(sca): correct nosuid remediation text in cis_ubuntu14-04 check 19508#36672

Open
gabemcvean wants to merge 1 commit into
wazuh:mainfrom
gabemcvean:patch-1
Open

fix(sca): correct nosuid remediation text in cis_ubuntu14-04 check 19508#36672
gabemcvean wants to merge 1 commit into
wazuh:mainfrom
gabemcvean:patch-1

Conversation

@gabemcvean

Copy link
Copy Markdown

Description

Check ID 19508 in ruleset/sca/ubuntu/cis_ubuntu14-04.yml had a
copy-paste error in the remediation field. The check is named "Ensure
nosuid option set on /tmp partition" but the remediation incorrectly
instructed administrators to add nodev instead of nosuid in two
places. An administrator following the original remediation would apply
the wrong mount option and the check would continue to fail.

Changes

  • Corrected nodev to nosuid in the remediation field of check 19508

Related issue

Fixes #36140

The remediation field for check 19508 incorrectly referenced 'nodev' 
instead of 'nosuid' in two places. This was a copy-paste error from 
check 19507. Fixes wazuh#36140.

Signed-off-by: Gabriel McVean <135365136+gabemcvean@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SCA] cis_ubuntu14-04: check 19508 nosuid remediation incorrectly references nodev

1 participant