mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-01 22:58:12 +00:00
Add additional phusion cmdlines.
This commit is contained in:
@@ -504,7 +504,8 @@
|
|||||||
|
|
||||||
- macro: run_by_passenger_agent
|
- macro: run_by_passenger_agent
|
||||||
condition: ((proc.pname=ruby and proc.aname[2]=PassengerAgent) or
|
condition: ((proc.pname=ruby and proc.aname[2]=PassengerAgent) or
|
||||||
proc.pcmdline startswith "ruby /usr/share/passenger/helper-scripts/rack-preloader.rb")
|
proc.pcmdline startswith "ruby /usr/share/passenger/helper-scripts/rack-preloader.rb" or
|
||||||
|
proc.pcmdline startswith "ruby /usr/local/bundle/bin/passenger")
|
||||||
|
|
||||||
# Also handles running semi-indirectly via scl
|
# Also handles running semi-indirectly via scl
|
||||||
- macro: run_by_foreman
|
- macro: run_by_foreman
|
||||||
|
Reference in New Issue
Block a user