Skip to content

Commit

Permalink
Merge pull request #156 from SemioticLabs/add-iptables-package-altern…
Browse files Browse the repository at this point in the history
…ative

Add alternative package name for iptables
  • Loading branch information
schurzi authored Nov 16, 2023
2 parents 73ffeda + b69e8b2 commit b651a20
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions controls/3_5_firewall_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,13 @@
tag cis: 'distribution-independent-linux:3.5.3'
tag level: 1

describe package('iptables') do
it { should be_installed }
describe.one do
describe package('iptables') do
it { should be_installed }
end

describe package('iptables-nft') do
it { should be_installed }
end
end
end

0 comments on commit b651a20

Please sign in to comment.