Doas: Difference between revisions

Nebu (talk | contribs)
No edit summary
Klinger (talk | contribs)
m moved into Category:Applications. Its an application to run other applications with elevated rights.
(One intermediate revision by one other user not shown)
Line 19: Line 19:
   # e.g. retains your NIX_PATH when applying your config
   # e.g. retains your NIX_PATH when applying your config
   keepEnv = true;  
   keepEnv = true;  
   persist = true;  # Optional, only require password verification a single time
   persist = true;  # Optional, don't ask for the password for some time, after a successfully authentication
}];
}];
</syntaxhighlight>
</syntaxhighlight>
[[Category:Applications]]