mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 07:37:32 +00:00
rule(list user_known_change_thread_namespace_binaries): add crio and multus to the list
Signed-off-by: kaizhe <derek0405@gmail.com>
This commit is contained in:
parent
9a175cb1db
commit
6beb9838d6
@ -1612,7 +1612,7 @@
|
|||||||
# to change thread namespace without having to copy and override the
|
# to change thread namespace without having to copy and override the
|
||||||
# entire change thread namespace rule.
|
# entire change thread namespace rule.
|
||||||
- list: user_known_change_thread_namespace_binaries
|
- list: user_known_change_thread_namespace_binaries
|
||||||
items: []
|
items: [crio, multus]
|
||||||
|
|
||||||
- macro: user_known_change_thread_namespace_activities
|
- macro: user_known_change_thread_namespace_activities
|
||||||
condition: (never_true)
|
condition: (never_true)
|
||||||
|
Loading…
Reference in New Issue
Block a user