mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-10 10:32:23 +00:00
Let datastax progs spawn shells
Various script-based launch points.
This commit is contained in:
parent
0867245b73
commit
dfbe450eeb
@ -547,6 +547,10 @@
|
|||||||
- macro: parent_java_running_install4j
|
- macro: parent_java_running_install4j
|
||||||
condition: (proc.pname=java and proc.pcmdline contains "-classpath i4jruntime.jar")
|
condition: (proc.pname=java and proc.pcmdline contains "-classpath i4jruntime.jar")
|
||||||
|
|
||||||
|
- macro: parent_running_datastax
|
||||||
|
condition: ((proc.pname=java and proc.pcmdline contains "-jar datastax-agent") or
|
||||||
|
(proc.pcmdline startswith "nodetool /opt/dse/bin/"))
|
||||||
|
|
||||||
- macro: parent_dovecot_running_auth
|
- macro: parent_dovecot_running_auth
|
||||||
condition: (proc.pname=auth and proc.aname[2]=dovecot)
|
condition: (proc.pname=auth and proc.aname[2]=dovecot)
|
||||||
|
|
||||||
@ -886,6 +890,7 @@
|
|||||||
and not run_by_openshift
|
and not run_by_openshift
|
||||||
and not parent_java_running_tomcat
|
and not parent_java_running_tomcat
|
||||||
and not parent_java_running_install4j
|
and not parent_java_running_install4j
|
||||||
|
and not parent_running_datastax
|
||||||
and not parent_java_running_appdynamics
|
and not parent_java_running_appdynamics
|
||||||
and not parent_cpanm_running_perl
|
and not parent_cpanm_running_perl
|
||||||
and not parent_ruby_running_discourse
|
and not parent_ruby_running_discourse
|
||||||
@ -1137,6 +1142,7 @@
|
|||||||
and not parent_java_running_confluence
|
and not parent_java_running_confluence
|
||||||
and not parent_java_running_tomcat
|
and not parent_java_running_tomcat
|
||||||
and not parent_java_running_install4j
|
and not parent_java_running_install4j
|
||||||
|
and not parent_running_datastax
|
||||||
and not ics_running_java
|
and not ics_running_java
|
||||||
and not parent_ruby_running_discourse
|
and not parent_ruby_running_discourse
|
||||||
and not assemble_running_php
|
and not assemble_running_php
|
||||||
|
Loading…
Reference in New Issue
Block a user