From f61d2faa7c32239c613460b30647306619179edb Mon Sep 17 00:00:00 2001 From: Angaddeep Singh <159604852+Angxddeep@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:55:46 +0530 Subject: [PATCH 1/2] fedora commit --- core/tabs/security/tab_data.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/tabs/security/tab_data.toml b/core/tabs/security/tab_data.toml index 34de8174..5a427aee 100644 --- a/core/tabs/security/tab_data.toml +++ b/core/tabs/security/tab_data.toml @@ -5,3 +5,8 @@ name = "Firewall Baselines (CTT)" description = "Developed to ease iptables firewall configuration, UFW provides a user friendly way to create an IPv4 or IPv6 host-based firewall.\nThis command installs UFW and configures UFW based on CTT's recommended rules.\nFor more information visit: https://christitus.com/linux-security-mistakes" script = "firewall-baselines.sh" task_list = "I SS" + +[[data.preconditions]] +matches = false +data = "command_exists" +values = [ "dnf" ] From 4e22a8f533c0b19bbf1fa4e853402a7b1ade4b52 Mon Sep 17 00:00:00 2001 From: Angaddeep Singh Date: Tue, 22 Oct 2024 00:33:15 +0530 Subject: [PATCH 2/2] Update core/tabs/security/tab_data.toml Co-authored-by: Liam <33645555+lj3954@users.noreply.github.com> --- core/tabs/security/tab_data.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tabs/security/tab_data.toml b/core/tabs/security/tab_data.toml index 5a427aee..3bab8ce6 100644 --- a/core/tabs/security/tab_data.toml +++ b/core/tabs/security/tab_data.toml @@ -9,4 +9,4 @@ task_list = "I SS" [[data.preconditions]] matches = false data = "command_exists" -values = [ "dnf" ] +values = [ "firewalld" ]