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
parent
a4666e0a9d
commit
77c0a35af2
|
@ -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 ","))
|
||||
|
|
Reference in New Issue