I'll ask the question: Why are you sure you need that?

> Are there plans (or perhaps code already being worked on) to allow
> doas(1) 'persist' to have a different time other than 5 minutes? I am
> thinking of writing a patch for this, but I do not want to duplicate
> effort if the devs have other/similar plans ahead.
> 
> I would like to configure the timeout to be 1 minute on one of my
> boxes, and 5-10 minutes on another box.
> 
> For instance, something like:
> 
>       # 90-second persistence
>       permit persist=90 :wheel
>       permit nopass keepenv root
> 
>       # 5-minute persistence
>       permit persist :captain
> 
> Or even:
> 
>       # 90-seconds; timeout must be specified.
>       permit persist 90 :wheel

Reply via email to