diff options
author | Michael Vogt <mvo@debian.org> | 2014-10-21 11:19:45 -0400 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-10-21 11:19:45 -0400 |
commit | 1924b1e513b0619c177565d17475ea3747983f4f (patch) | |
tree | 14393aa64d9170adfeb349ed31b0e8cc00d6b6c3 /debian | |
parent | cbb1005a0a2e026e4a7361b0ff86888af192ee85 (diff) |
Ensure /etc/apt/auth.conf has _apt:root owner
Ensure in SetupAPTPartialDirectory() that the /etc/apt/auth.conf file
can be read by the priv sep apt methods.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/apt.postinst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/apt.postinst b/debian/apt.postinst index bcc18b4e5..b0a5da7d8 100755 --- a/debian/apt.postinst +++ b/debian/apt.postinst @@ -43,11 +43,6 @@ case "$1" in adduser --force-badname --system -home /var/empty \ --no-create-home --quiet _apt || true - # ensure the passwords can still be read by the methods - if [ -e /etc/apt/auth.conf ]; then - chown _apt:root /etc/apt/auth.conf - fi - # deal with upgrades from experimental if dpkg --compare-versions "$2" 'eq' '1.1~exp3'; then # libapt will setup partial/ at runtime |