Re: doas.conf example

2023-02-02 Thread Stuart Henderson
On 2023-02-02, Jon Fineman wrote: > I was following the doas.conf example in ><https://man.openbsd.org/OpenBSD-6.0/man5/doas.conf.5> > > Specially I added the below: > permit nopass setenv { \ > FTPMODE PKG_CACHE PKG_PATH SM_PATH SSH_AUTH_SOCK \ > DESTD

doas.conf example

2023-02-02 Thread Jon Fineman
I was following the doas.conf example in <https://man.openbsd.org/OpenBSD-6.0/man5/doas.conf.5> Specially I added the below: permit nopass setenv { \ FTPMODE PKG_CACHE PKG_PATH SM_PATH SSH_AUTH_SOCK \ DESTDIR DISTDIR FETCH_CMD FLAVOR GROUP MAKE MAKECONF \ MULTI_PA

Re: doas.conf example - add persist?

2018-03-27 Thread jungle boogie
Thus said Theo De Raadt on Tue, 27 Mar 2018 22:19:42 -0600 That may hint to people it should be the default. And it should not be. That's a very valid point that I can't fault. The documentation is simple and concise, and after further review, I see it already lists many config options. P

Re: doas.conf example - add persist?

2018-03-27 Thread Theo de Raadt
That may hint to people it should be the default. And it should not be. It is documented. Why does everything documented need to be in the example? The example isn't documentation. The documentation is documentation. We urge people to read and understand the documentation, and not use example

doas.conf example - add persist?

2018-03-27 Thread jungle boogie
Hi All, Now that doas.conf supports the persist keyword, I suggest adding it to the /etc/examples/doas.conf file. The persist keyword was added in openBSD 6.1: https://www.openbsd.org/61.html https://man.openbsd.org/doas.conf.5#persist http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src