On Sat, 11 Jul 2020 13:35:57 -0700, Greg Steuck wrote:

> The problem seems to be due to Chromium doing a readlink (likely at
> [1]) on /etc/localtime, which fails. There's a workaround that
> happens to work for chromium (and firefox).  Just set TZ in your
> environment.

You could just add a call to tzset() before unveil() is called.
That will cause /etc/localtime to be read and its value cached.

 - todd

Reply via email to