Skip to content

Commit

Permalink
Update modify_shell_configuration_file.go
Browse files Browse the repository at this point in the history
Signed-off-by: Kapil Sharma <[email protected]>
  • Loading branch information
h4l0gen authored and poiana committed Apr 2, 2024
1 parent 34c6228 commit ddbadae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion events/syscall/modify_shell_configuration_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ import (
"github.com/falcosecurity/event-generator/events"
)

var _ = events.Register(ModifyShellConfigurationFile)
var _ = events.Register(
ModifyShellConfigurationFile,
events.WithDisabled(), // this rules is not included in falco_rules.yaml (stable rules), so disable the action
)

func ModifyShellConfigurationFile(h events.Helper) error {

Expand Down

0 comments on commit ddbadae

Please sign in to comment.