Skip to content

Commit

Permalink
Add parenthesis to containerd_activities macro
Browse files Browse the repository at this point in the history
Signed-off-by: Brenno Oliveira <brenno.oliveira@deliveryhero.com>
  • Loading branch information
brennoo authored and poiana committed Oct 7, 2023
1 parent 82d7a93 commit a22d0d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -922,8 +922,8 @@
container.image.repository endswith "containernetworking/azure-npm")

- macro: containerd_activities
condition: proc.name=containerd and (fd.name startswith "/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/" or
fd.name startswith "/var/lib/containerd/tmpmounts/")
condition: (proc.name=containerd and (fd.name startswith "/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/" or
fd.name startswith "/var/lib/containerd/tmpmounts/"))

- rule: Clear Log Activities
desc: >
Expand Down

0 comments on commit a22d0d7

Please sign in to comment.