]> git.saurik.com Git - apt.git/commit - apt-pkg/cdrom.cc
ensure lists/ files have correct permissions after apt-cdrom add
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 11 Apr 2015 18:13:19 +0000 (20:13 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Sat, 18 Apr 2015 23:13:09 +0000 (01:13 +0200)
commitd84da4995df24329e96d57a22136683a9e370f4e
treec3e0eda9c64aedad70b72640976c26fa670c0638
parent34faa8f7ae2526f46cd1f84bb6962ad06d841e5e
ensure lists/ files have correct permissions after apt-cdrom add

Its a bit unpredictable which permissons and owners we will encounter on
a CD-ROM (or a USB stick, as apt-cdrom is responsible for those too),
so we have to ensure in this codepath as well that everything is nicely
setup without waiting for a 'apt-get update' to fix up the (potential)
mess.
apt-pkg/acquire-worker.cc
apt-pkg/cdrom.cc
apt-pkg/contrib/fileutl.cc
apt-pkg/contrib/fileutl.h
apt-pkg/indexcopy.cc
test/integration/framework
test/integration/test-apt-cdrom