Skip to content

Commit

Permalink
Change tests for privileged container rules.
Browse files Browse the repository at this point in the history
Change unit tests to reflect the new privileged/sensitive mount
container rules that only detect container launch.
  • Loading branch information
mstemm committed Jun 19, 2017
1 parent 1c0a77d commit 0f9f299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/falco_traces.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ traces: !mux
detect: True
detect_level: INFO
detect_counts:
- "File Open by Privileged Container": 17
- "Launch Privileged Container": 1

container-sensitive-mount:
trace_file: traces-positive/container-sensitive-mount.scap
detect: True
detect_level: INFO
detect_counts:
- "Sensitive Mount by Container": 17
- "Launch Sensitive Mount Container": 1

create-files-below-dev:
trace_file: traces-positive/create-files-below-dev.scap
Expand Down

0 comments on commit 0f9f299

Please sign in to comment.