From: Dietmar Maurer Date: Mon, 5 Aug 2013 06:06:33 +0000 (+0200) Subject: auth.conf: fix file permissions X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=b7aae8e5c1db094972707e8baa3f36a7cd5c2aa0 auth.conf: fix file permissions --- diff --git a/data/PVE/INotify.pm b/data/PVE/INotify.pm index c6a736d..0f04dd2 100644 --- a/data/PVE/INotify.pm +++ b/data/PVE/INotify.pm @@ -1041,6 +1041,6 @@ sub update_apt_auth { register_file('apt-auth', "/etc/apt/auth.conf", \&read_apt_auth, \&write_apt_auth, - \&update_apt_auth); + \&update_apt_auth, perm => 0640); 1; diff --git a/debian/changelog b/debian/changelog index 977edcc..79e49cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ libpve-common-perl (3.0-6) unstable; urgency=low - * auth.conf: avoid warning if file does not exist + * auth.conf: avoid warning if file does not exist, fix file permissions -- Proxmox Support Team Mon, 05 Aug 2013 07:57:16 +0200