-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue on check on firewall rules (Ubuntu 22-04 + UFW) #11907
Comments
for firewall rules you will need to use a tailoring file to select the firewall you want. By default the profile is enabled for nftables only. |
Hello! Could you please explain as to use a tailoring file? Thanks |
you can either use scap-workbench or use autotailor |
Could you please guide me to do this writing a step-by-step procedure for dummies? Thanks |
You will need to install openscap-utils in a newer release of ubuntu for that as the tool is only packaged in openscap 1.3. Then you can:
That generates a With that you can follow |
Description of problem:
CIS Ubuntu Linux 22.04 LTS Benchmark offers the option to use any of ufw, nftables or iptables, but if you choose to use ufw as your system firewall, all checks give incorrect results.
SCAP Security Guide Version:
master branch
Operating System Version:
Ubuntu 22.04 LTS
Steps to Reproduce:
oscap xccdf eval --profile xccdf_org.ssgproject.content_profile_cis_level2_server ssg-ubuntu2204-ds.xml
Actual Results:
Expected Results:
Additional Information/Debugging Steps:
PR #10812 Fixed checks on rhel-like using firewalld, but not on debian-like using Uncomplicated Firewall.
The text was updated successfully, but these errors were encountered: