Crates.io | doas-rs |
lib.rs | doas-rs |
version | 0.1.0 |
source | src |
created_at | 2023-12-15 01:26:40.39996 |
updated_at | 2023-12-15 01:26:40.39996 |
description | A Rusty port of OpenBSD's doas, vidoas, and doasedit in a single binary |
homepage | |
repository | https://github.com/aldorithms/doas-rs/ |
max_upload_size | |
id | 1070581 |
size | 29,875 |
A Rust port of OpenBSD's doas command.
doas-rs
will be compiled statically, and internally include vidoas
& doasedit
in a single binary. Consequently, in order to use it normally, you will need to symlink or alias doas-rs doas
to doas
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 for doas.conf
is added, the parser will simply ignore the persist
keyword.