2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

opendoas: Use 600 for config file

This commit is contained in:
Dylan Araps 2020-04-28 08:31:25 +03:00
parent 9197875126
commit d1df7a5084
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -11,4 +11,4 @@ sed -i '/chown/d' bsd.prog.mk
make make
make DESTDIR="$1" install make DESTDIR="$1" install
install -Dm644 doas.conf "$1/etc/doas.conf" install -Dm600 doas.conf "$1/etc/doas.conf"