]> git.saurik.com Git - apt.git/commit - cmdline/apt-get.cc
ensure partial dirs are 0700 and owned by _apt:root
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 6 Oct 2014 09:15:03 +0000 (11:15 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 6 Oct 2014 23:59:49 +0000 (01:59 +0200)
commit04a54261afd1c99686109f102afc83346c01c930
tree2696108e5176eea3d486919224b024ba6186b907
parent8267fbd9c4d4a5add120282fe180c48e851958a5
ensure partial dirs are 0700 and owned by _apt:root

Reworks the API involved in creating and setting up the fetcher to be a
bit more pleasent to look at and work with as e.g. an empty string for
no lock isn't very nice. With the lock we can also stop creating all our
partial directories "just in case". This way we can also be a bit more
aggressive with the partial directory itself as with a lock, we know we
will gone need it.
apt-pkg/acquire.cc
apt-pkg/acquire.h
apt-pkg/update.cc
apt-private/private-install.cc
apt-private/private-update.cc
cmdline/apt-get.cc
cmdline/apt-helper.cc
test/integration/test-apt-get-clean