mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-25 12:19:56 +00:00
spelling: workaround
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -80,7 +80,7 @@ private:
|
|||||||
std::shared_ptr<gen_event_filter> filter;
|
std::shared_ptr<gen_event_filter> filter;
|
||||||
std::set<uint16_t> evttypes()
|
std::set<uint16_t> evttypes()
|
||||||
{
|
{
|
||||||
// todo(jasondellaluce,leogr): temp workarond, remove when fixed in libs
|
// todo(jasondellaluce,leogr): temp workaround, remove when fixed in libs
|
||||||
if(source == "syscall" || source == "k8s_audit")
|
if(source == "syscall" || source == "k8s_audit")
|
||||||
{
|
{
|
||||||
return filter->evttypes();
|
return filter->evttypes();
|
||||||
|
Reference in New Issue
Block a user