Commit 19facfd
committed
fix: allow file-map-executable for vllm-metal cache in macOS sandbox
The pre-compiled paged_ops .so extension needs to be dlopen()'d at
runtime, which requires mmap with execute permissions. Add a targeted
file-map-executable allowance for ~/.cache/vllm-metal where the
pre-built extension is cached.1 parent ad2faee commit 19facfd
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
0 commit comments