Skip to content

Commit

Permalink
Fix metadata in firewall_single_service_active rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mpurg committed Jan 22, 2025
1 parent f4784b4 commit 5ade881
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
<def-group>
<!-- Check that exactly one firewall service is active -->
<definition class="compliance" id="{{{ rule_id }}}" version="1">
<metadata>
<title>Ensure Only One Firewall Service is Active</title>
<affected family="unix">
<platform>multi_platform_all</platform>
</affected>
<description>Only one firewall service (ufw, iptables, or nftables) should be active.</description>
</metadata>
{{{ oval_metadata("Ensure Only One Firewall Service is Active") }}}
<criteria>
<criterion comment="exactly one firewall service is active"
test_ref="test_{{{ rule_id }}}_single_active_firewall"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!?bin/bash
#!/bin/bash
#
# remediation = none

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!?bin/bash
#!/bin/bash
#
# remediation = none

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!?bin/bash
#!/bin/bash
#
# remediation = none

Expand Down

0 comments on commit 5ade881

Please sign in to comment.