Hacker News new | ask | show | jobs
by slasaus 3578 days ago
Really love the new persist option. It makes `doas su -` less compelling when you have to run multiple commands and use a complicated password.
2 comments

I find the implementation very compelling too - it uses kernel support. That really simplifies an otherwise very complicated and security-sensitive code path.
You could also use `doas -s`, see doas(1)