allow writing to user cache directory on macos (fixes use of lyria mcp server [to generate songs] under seatbelt) (#600)

This commit is contained in:
Olcan
2025-05-29 15:06:09 -07:00
committed by GitHub
parent 5dbc83fabc
commit 4b7248fc46
3 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
(allow file-write*
(subpath (param "TARGET_DIR"))
(subpath (param "TMP_DIR"))
(subpath (param "CACHE_DIR"))
(subpath (string-append (param "HOME_DIR") "/.gemini"))
(subpath (string-append (param "HOME_DIR") "/.npm"))
(subpath (string-append (param "HOME_DIR") "/.cache"))