Skip to content

Commit

Permalink
Removing unshare syscall usage from default rule bindings (#109)
Browse files Browse the repository at this point in the history
* Removing unshare syscall usage from default rule bindings

Signed-off-by: Amit Schendel <[email protected]>

* Fixing system test

Signed-off-by: Amit Schendel <[email protected]>

---------

Signed-off-by: Amit Schendel <[email protected]>
  • Loading branch information
amitschendel authored Dec 20, 2023
1 parent 298cf07 commit 519ac23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion chart/kubecop/templates/default-rule-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ spec:
- ruleName: "Kernel Module Load"
- ruleName: "Exec Binary Not In Base Image"
- ruleName: "Malicious SSH Connection"
- ruleName: "Unshare System Call usage"
- ruleName: "Crypto Miners port detected"
- ruleName: "Exec from mount"

Expand Down
1 change: 0 additions & 1 deletion system-tests/all_alerts_from_malicious_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def all_alerts_from_malicious_app(test_framework):
"Exec Binary Not In Base Image",
"Malicious SSH Connection",
"Exec from mount",
"Unshare System Call usage",
"Crypto Miners port detected"
]

Expand Down

0 comments on commit 519ac23

Please sign in to comment.