chore(rules): re-enable negation of package_mgmt_procs for Write below binary dir rule

Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Leonardo Di Donato 2021-04-09 14:31:10 +00:00 committed by poiana
parent bd562a1ed9
commit 06086df21e

View File

@ -892,6 +892,7 @@
desc: an attempt to write to any file below a set of binary directories
condition: >
bin_dir and evt.dir = < and open_write
and not package_mgmt_procs
and not exe_running_docker_save
and not python_running_get_pip
and not python_running_ms_oms