me
/
guix
Archived
1
0
Fork 0

gnu: icecat: Add system fonts directory to the sandbox whitelist.

Mitigates <https://bugs.gnu.org/51478#29>.

* gnu/packages/gnuzilla.scm (icecat)[arguments]: In the
'build-sandbox-whitelist' phase, add
"/run/current-system/profile/share/fonts/" to the whitelist.
master
Mark H Weaver 2021-11-01 16:52:40 -04:00
parent a4666e0a9d
commit 77c0a35af2
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 0 deletions

View File

@ -1138,6 +1138,7 @@ in C/C++.")
"/share/mime")
,(string-append (assoc-ref inputs "font-dejavu")
"/share/fonts")
"/run/current-system/profile/share/fonts"
,@(append-map runpaths-of-input
'("mesa" "ffmpeg"))))))
(whitelist-string (string-join whitelist ","))