doas-rs 0.1.0

A Rusty port of OpenBSD's doas, vidoas, and doasedit in a single binary
Documentation
1
2
3
4
5
6
7
8
FROM rust:latest

WORKDIR /usr/src/doas-rs
COPY . .

RUN cargo install --path .

CMD ["doas-rs"]