Skip to content

Commit

Permalink
Update events/syscall/create_hidden_file_or_directory.go
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Grasso <[email protected]>
Signed-off-by: GLVSKiriti <[email protected]>
  • Loading branch information
GLVSKiriti and leogr committed Mar 25, 2024
1 parent 09001e5 commit cd76808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/syscall/create_hidden_file_or_directory.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

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

func CreateHiddenFileOrDirectory(h events.Helper) error {
Expand Down

0 comments on commit cd76808

Please sign in to comment.