diff --git a/community/yggdrasil/APKBUILD b/community/yggdrasil/APKBUILD index 829e489a47f..53a5e5a02d2 100644 --- a/community/yggdrasil/APKBUILD +++ b/community/yggdrasil/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=yggdrasil pkgver=0.4.7 -pkgrel=5 +pkgrel=6 pkgdesc="An experiment in scalable routing as an encrypted IPv6 overlay network" url="https://yggdrasil-network.github.io/" arch="all" diff --git a/community/yggdrasil/yggdrasil.post-install b/community/yggdrasil/yggdrasil.post-install index 057ead88d41..d549ff63761 100644 --- a/community/yggdrasil/yggdrasil.post-install +++ b/community/yggdrasil/yggdrasil.post-install @@ -2,5 +2,5 @@ modprobe tun if [ ! -e "/etc/yggdrasil.conf" ]; then - yggdrasil -genconf > /etc/yggdrasil.conf + (umask 077; yggdrasil -genconf > /etc/yggdrasil.conf) fi