Todd C. Miller <mill...@openbsd.org> wrote:

> 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.

I suspect it is trying to be clever for some reason, but clever is
actually stupid.  So tzset() might not help.  

Reply via email to