mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-01 09:02:18 +00:00
Add more container innocuous cmdlines
Various uname -x variants and ruby version.
This commit is contained in:
parent
e44ce9a8d3
commit
a0e88417fc
@ -710,6 +710,11 @@
|
|||||||
'"sh -c curl http://localhost:6060/debug/vars>/dev/null "',
|
'"sh -c curl http://localhost:6060/debug/vars>/dev/null "',
|
||||||
'"sh -c pgrep java && exit 0 || exit 1 "',
|
'"sh -c pgrep java && exit 0 || exit 1 "',
|
||||||
'"sh -c uname -p 2> /dev/null"',
|
'"sh -c uname -p 2> /dev/null"',
|
||||||
|
'"sh -c uname -s 2>&1"',
|
||||||
|
'"sh -c uname -r 2>&1"',
|
||||||
|
'"sh -c uname -v 2>&1"',
|
||||||
|
'"sh -c uname -a 2>&1"',
|
||||||
|
'"sh -c ruby -v 2>&1"',
|
||||||
'"sh -c echo healthy "',
|
'"sh -c echo healthy "',
|
||||||
'"sh -c echo alive "',
|
'"sh -c echo alive "',
|
||||||
'"sh -c getconf CLK_TCK"',
|
'"sh -c getconf CLK_TCK"',
|
||||||
|
Loading…
Reference in New Issue
Block a user