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
1 changed files with 1 additions and 1 deletions

View File

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