mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-30 08:32:12 +00:00
Add addl shell spawn conditions
flock can spawn shells, new allowed shell cmdline.
This commit is contained in:
parent
2cbff6ff70
commit
2467766f07
@ -1058,6 +1058,7 @@
|
|||||||
'"sh -c getconf CLK_TCK"',
|
'"sh -c getconf CLK_TCK"',
|
||||||
'"sh -c getconf PAGESIZE"',
|
'"sh -c getconf PAGESIZE"',
|
||||||
'"sh -c LC_ALL=C LANG=C /sbin/ldconfig -p 2>/dev/null"',
|
'"sh -c LC_ALL=C LANG=C /sbin/ldconfig -p 2>/dev/null"',
|
||||||
|
'"sh -c LANG=C /sbin/ldconfig -p 2>/dev/null"',
|
||||||
'"sh -c /sbin/ldconfig -p 2>/dev/null"',
|
'"sh -c /sbin/ldconfig -p 2>/dev/null"',
|
||||||
'"sh -c stty -a 2>/dev/null"',
|
'"sh -c stty -a 2>/dev/null"',
|
||||||
'"sh -c node index.js"',
|
'"sh -c node index.js"',
|
||||||
@ -1133,7 +1134,7 @@
|
|||||||
runsv, supervisord, varnishd, crond, logrotate, timeout, tini,
|
runsv, supervisord, varnishd, crond, logrotate, timeout, tini,
|
||||||
xrdb, xfce4-session, weave, logdna-agent, bundle, configure, luajit, nginx,
|
xrdb, xfce4-session, weave, logdna-agent, bundle, configure, luajit, nginx,
|
||||||
beam.smp, paster, postfix-local, hawkular-metric, fluentd, x2gormforward,
|
beam.smp, paster, postfix-local, hawkular-metric, fluentd, x2gormforward,
|
||||||
'"[celeryd:"')
|
'"[celeryd:"', flock)
|
||||||
and not trusted_containers
|
and not trusted_containers
|
||||||
and not shell_spawning_containers
|
and not shell_spawning_containers
|
||||||
and not parent_java_running_echo
|
and not parent_java_running_echo
|
||||||
|
Loading…
Reference in New Issue
Block a user