Commit 3f4519b
authored
fix: add /opt/homebrew to macOS Seatbelt sandbox allowed paths (#29)
The Seatbelt sandbox profile was blocking access to Homebrew-installed
Python libraries on Apple Silicon Macs, causing dyld errors when
running AWS CLI commands via uvx.
Add /opt/homebrew to:
- SandboxConfig._default_read_paths() for Darwin
- MacOSSeatbeltBackend.PROFILE_TEMPLATE read paths1 parent cc6e802 commit 3f4519b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| |||
473 | 474 | | |
474 | 475 | | |
475 | 476 | | |
| 477 | + | |
476 | 478 | | |
477 | 479 | | |
478 | 480 | | |
| |||
0 commit comments