From b7aae8e5c1db094972707e8baa3f36a7cd5c2aa0 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 5 Aug 2013 08:06:33 +0200 Subject: [PATCH 1/1] auth.conf: fix file permissions --- data/PVE/INotify.pm | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2