From 75dea5d2b19ae0ddae42752bee7e4b96c80af88f Mon Sep 17 00:00:00 2001 From: GLVS Kiriti Date: Sun, 24 Mar 2024 14:40:43 +0530 Subject: [PATCH] Uncommented a line Signed-off-by: GLVS Kiriti --- events/syscall/adding_ssh_keys_to_authorized_keys.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/syscall/adding_ssh_keys_to_authorized_keys.go b/events/syscall/adding_ssh_keys_to_authorized_keys.go index 08c89459..f62ba879 100644 --- a/events/syscall/adding_ssh_keys_to_authorized_keys.go +++ b/events/syscall/adding_ssh_keys_to_authorized_keys.go @@ -22,7 +22,7 @@ import ( var _ = events.Register( AddingSshKeysToAuthorizedKeys, - // events.WithDisabled(), // this rules is not included in falco_rules.yaml (stable rules), so disable the action + events.WithDisabled(), // this rules is not included in falco_rules.yaml (stable rules), so disable the action ) func AddingSshKeysToAuthorizedKeys(h events.Helper) error {