Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Added interactive login shell option

Choose a tag to compare

@slicer69 slicer69 released this 21 Jun 23:01
· 139 commits to master since this release
d49ac8e

This release introduces a few minor changes:

  1. Added command line parameter (-S) which launches an interactive shell. This is equivalent to "su -l" or "sudo -i".

  2. Updated documentation to include the new -S flag.

  3. Updated documentation to assist users in installing doas on some Linux distributions, such as CentOS, that prevent PAM authentication from working by default.