You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
The PR #10431 has introduced the mount platform and applied it to 6 rules. That was done as a fix for issue #10389. However, we have many other rules that are very similar and configure mount point properties. We think that this platform should be used on all rules mount_option.*.
SCAP Security Guide Version:
current upstream as of 2023-04-27 as of HEAD 57dba50
Operating System Version:
all
Steps to Reproduce:
git grep "name: mount_option$"
review all rules that use the mount_option template and examine their platform: key
Actual Results:
The mount platform is used only in some rules.
Expected Results:
The mount platform is used in all rules where it makes sense.
Additional Information/Debugging Steps:
The text was updated successfully, but these errors were encountered:
Description of problem:
The PR #10431 has introduced the
mountplatform and applied it to 6 rules. That was done as a fix for issue #10389. However, we have many other rules that are very similar and configure mount point properties. We think that this platform should be used on all rulesmount_option.*.SCAP Security Guide Version:
current upstream as of 2023-04-27 as of HEAD 57dba50
Operating System Version:
all
Steps to Reproduce:
git grep "name: mount_option$"mount_optiontemplate and examine theirplatform:keyActual Results:
The
mountplatform is used only in some rules.Expected Results:
The
mountplatform is used in all rules where it makes sense.Additional Information/Debugging Steps:
The text was updated successfully, but these errors were encountered: