Commit 97362b9
fix(fuzzing): chmod a+rx /home/fuzzer so UID 65534 can traverse home dir
Platform runs containers as nobody (UID 65534). /home/fuzzer was 750
owned by fuzzer:fuzzer, blocking llvm-cov from reading source files
(coverage) and the binary from statting CRS (fuzz crash loop).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 64d6741 commit 97362b9
File tree
2 files changed
+4
-1
lines changed- container-builds/fuzzing-container/src
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| |||
0 commit comments