]> git.proxmox.com Git - pve-common.git/blobdiff - data/PVE/INotify.pm
auth.conf: fix file permissions
[pve-common.git] / data / PVE / INotify.pm
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;