Don't trace through pkill or pgrep on macOS.

This commit is contained in:
Matthew Gretton-Dann
2020-09-15 13:37:22 +01:00
parent 9f5c37ccaa
commit 99fd323ded

View File

@@ -12,3 +12,13 @@
invoke /usr/bin/env
prepend /usr/bin/codesign
trace no
/usr/bin/pkill:
replace yes
invoke /usr/bin/env
prepend /usr/bin/pkill
trace no
/usr/bin/pgrep:
replace yes
invoke /usr/bin/env
prepend /usr/bin/pgrep
trace no