mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-20 09:27:47 +00:00
Let node running yarn spawn shells.
This commit is contained in:
@@ -365,7 +365,8 @@
|
|||||||
proc.cmdline startswith "sh -c gcc" or
|
proc.cmdline startswith "sh -c gcc" or
|
||||||
proc.cmdline startswith "sh -c if type gcc" or
|
proc.cmdline startswith "sh -c if type gcc" or
|
||||||
proc.cmdline startswith "sh -c cd '/var/www/edi/';LC_ALL=en_US.UTF-8 git" or
|
proc.cmdline startswith "sh -c cd '/var/www/edi/';LC_ALL=en_US.UTF-8 git" or
|
||||||
proc.cmdline startswith "sh -c /usr/src/app/crxlsx/bin/linux/crxlsx"))
|
proc.cmdline startswith "sh -c /usr/src/app/crxlsx/bin/linux/crxlsx" or
|
||||||
|
proc.pcmdline="node /opt/nodejs/bin/yarn"))
|
||||||
|
|
||||||
- macro: parent_node_running_npm
|
- macro: parent_node_running_npm
|
||||||
condition: proc.pcmdline startswith "node /usr/local/bin/npm"
|
condition: proc.pcmdline startswith "node /usr/local/bin/npm"
|
||||||
|
Reference in New Issue
Block a user