Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 3c6626c

Browse files
author
Sauyon Lee
committed
Don't trace through problem binaries on OS X
See https://github.com/github/semmle-code/pull/37764
1 parent 3addb96 commit 3c6626c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

codeql-tools/osx64/compiler-tracing.spec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,18 @@
55
invoke ${config_dir}/go-extractor
66
prepend --mimic
77
prepend "${compiler}"
8+
/usr/bin/codesign:
9+
replace yes
10+
invoke /usr/bin/env
11+
prepend /usr/bin/codesign
12+
trace no
13+
/usr/bin/pkill:
14+
replace yes
15+
invoke /usr/bin/env
16+
prepend /usr/bin/pkill
17+
trace no
18+
/usr/bin/pgrep:
19+
replace yes
20+
invoke /usr/bin/env
21+
prepend /usr/bin/pgrep
22+
trace no

0 commit comments

Comments
 (0)