1 unstable release
0.1.0 | Dec 15, 2023 |
---|
#27 in #openbsd
10KB
74 lines
doas-rs
A Rust port of OpenBSD's doas command.
Changes from the original
- Single Binary:
doas-rs
will be compiled statically, and internally includevidoas
&doasedit
in a single binary. Consequently, in order to use it normally, you will need to symlink or aliasdoas-rs doas
todoas
- Zero Persistence: Persistence will not be a feature in
doas-rs
as a security measure. Instead, you are expected to type in your password everytime, in order to mitigate the risk of an evil maid attack during the time period your password is active. When support fordoas.conf
is added, the parser will simply ignore thepersist
keyword.
Dependencies
~7–18MB
~243K SLoC