fhs-userenv-bubblewrap: add ca-certificates to fhs
In Arch Linux, many of the certs in /etc/ssl/certs/ are symlinks to /etc/ca-certificates/extracted/. These symlinks are broken in the FHS env. This commit adds ca-certificates to the list of bind mounts, which fixes connection issues with Steam, wget, etc on Arch Linux hosts.
This commit is contained in:
parent
edfba44b90
commit
badb5a1af2
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ let
|
||||||
"asound.conf"
|
"asound.conf"
|
||||||
# SSL
|
# SSL
|
||||||
"ssl/certs"
|
"ssl/certs"
|
||||||
|
"ca-certificates"
|
||||||
"pki"
|
"pki"
|
||||||
];
|
];
|
||||||
in concatStringsSep "\n "
|
in concatStringsSep "\n "
|
||||||
|
|
Loading…
Reference in a new issue