On Fri, Aug 14, 2020 at 02:26:03PM +0200, Jonathan Brielmaier wrote: > When running guix lint with the cve checker I get the following error: > > ``` > guix lint icecat --checkers=cve > fetching CVE database for 2020...view1 [cve]... [...] > In procedure mkdir: Permission denied > ```
Do you know which directory that is? You can run the comand with `strace -f` to check. It works for me on Debian...