Skip to content

Commit

Permalink
Merge pull request #11816 from Mab879/fix_11802
Browse files Browse the repository at this point in the history
Remove OVAL version restrictions from auditd_audispd_configure_sufficiently_large_partition
  • Loading branch information
jan-cerny authored Apr 17, 2024
2 parents c2eb39c + 877951f commit 0817ec8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{{% if target_oval_version >= [5, 11.2] %}}
<def-group oval_version="5.11.2">
<def-group>
<definition class="compliance" id="auditd_audispd_configure_sufficiently_large_partition" version="1">
{{{ oval_metadata("Configure a sufficiently large partition for audit logs.") }}}
<criteria>
Expand Down Expand Up @@ -29,6 +28,4 @@
<ind:variable_state id="state_aacsflp_partition_sufficiently_large" version="1">
<ind:value operation="greater than or equal" datatype="int">10000000000</ind:value>
</ind:variable_state>

</def-group>
{{% endif %}}

0 comments on commit 0817ec8

Please sign in to comment.