]> git.proxmox.com Git - pve-common.git/commitdiff
auth.conf: fix file permissions
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 5 Aug 2013 06:06:33 +0000 (08:06 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 5 Aug 2013 06:06:33 +0000 (08:06 +0200)
data/PVE/INotify.pm
debian/changelog

index c6a736d75d428eb7d3611eeb08bde70a8d675712..0f04dd299cf3fa840b60f09cd2c577d7a42c38da 100644 (file)
@@ -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;
index 977edcc9f1dd1c55b17fcd17d518791b185b68cb..79e49cd9578c796e8905fc80a19bfa31ae96f7e1 100644 (file)
@@ -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 <support@proxmox.com>  Mon, 05 Aug 2013 07:57:16 +0200