diff --git a/pkgs/bwrap-helper/bwrap-helper.py b/pkgs/bwrap-helper/bwrap-helper.py index 6954f84..1b9396b 100755 --- a/pkgs/bwrap-helper/bwrap-helper.py +++ b/pkgs/bwrap-helper/bwrap-helper.py @@ -87,6 +87,7 @@ argument_groups = { "--dir", f"/run/user/{uid}", *ro_bind("/etc/localtime"), + *ro_bind("/etc/ssl/certs"), "--unshare-all", "--die-with-parent", ], @@ -174,7 +175,6 @@ argument_groups = { ro_bind, [ "/etc/resolv.conf", - "/etc/ssl/certs", ], ), ],