mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-14 14:00:21 +00:00
Be more flexible about perl Makefile.PL
Allow the command line to start with that command.
This commit is contained in:
@@ -443,7 +443,7 @@
|
|||||||
proc.pcmdline startswith "node /opt/yarn/bin/yarn.js"))
|
proc.pcmdline startswith "node /opt/yarn/bin/yarn.js"))
|
||||||
|
|
||||||
- macro: makefile_perl
|
- macro: makefile_perl
|
||||||
condition: (proc.pcmdline="perl Makefile.PL")
|
condition: (proc.pcmdline startswith "perl Makefile.PL")
|
||||||
|
|
||||||
- macro: parent_node_running_npm
|
- macro: parent_node_running_npm
|
||||||
condition: (proc.pcmdline startswith "node /usr/local/bin/npm" or
|
condition: (proc.pcmdline startswith "node /usr/local/bin/npm" or
|
||||||
|
Reference in New Issue
Block a user