From 2645f6640cef31bb8aec4186c8ef0520df48fdbd Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Fri, 24 Feb 2023 14:47:46 +0000 Subject: [PATCH] chore(userspace/falco): rename source file using its action name Signed-off-by: Jason Dellaluce --- userspace/falco/CMakeLists.txt | 2 +- ...pers_interesting_sets.cpp => configure_interesting_sets.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename userspace/falco/app/actions/{helpers_interesting_sets.cpp => configure_interesting_sets.cpp} (100%) diff --git a/userspace/falco/CMakeLists.txt b/userspace/falco/CMakeLists.txt index c96f7cac..d6880765 100644 --- a/userspace/falco/CMakeLists.txt +++ b/userspace/falco/CMakeLists.txt @@ -19,7 +19,7 @@ set( app/options.cpp app/actions/helpers_generic.cpp app/actions/helpers_inspector.cpp - app/actions/helpers_interesting_sets.cpp + app/actions/configure_interesting_sets.cpp app/actions/create_signal_handlers.cpp app/actions/daemonize.cpp app/actions/init_falco_engine.cpp diff --git a/userspace/falco/app/actions/helpers_interesting_sets.cpp b/userspace/falco/app/actions/configure_interesting_sets.cpp similarity index 100% rename from userspace/falco/app/actions/helpers_interesting_sets.cpp rename to userspace/falco/app/actions/configure_interesting_sets.cpp