On Thu, Dec 19, 2019 at 02:03:19PM -0700, andrej wrote: > Hi Ted, > > On the note of accurate documentation; how about adding the actually defined > timeout for persist rather than the "some time"? > > > Cheers, > Andrej > > > > -- > Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-user-misc-f3.html >
Hi Andrej, Sometimes there is a reason implementation details are not specificly documented, but I don't know if thats the case here. Patch: diff --git usr.bin/doas/doas.conf.5 usr.bin/doas/doas.conf.5 index b5cacde22cd..b541aef966c 100644 --- usr.bin/doas/doas.conf.5 +++ usr.bin/doas/doas.conf.5 @@ -47,7 +47,7 @@ Options are: The user is not required to enter a password. .It Ic persist After the user successfully authenticates, do not ask for a password -again for some time. +again for 5 minutes for the session. .It Ic keepenv Environment variables other than those listed in .Xr doas 1 -- Kind regards, Hiltjo

