mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Don't trace through pkill or pgrep on macOS.
This commit is contained in:
@@ -12,3 +12,13 @@
|
|||||||
invoke /usr/bin/env
|
invoke /usr/bin/env
|
||||||
prepend /usr/bin/codesign
|
prepend /usr/bin/codesign
|
||||||
trace no
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user