]> git.saurik.com Git - apt.git/commit
aborted reverify restores file owner and permission
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 18 Oct 2014 15:48:55 +0000 (17:48 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 20 Oct 2014 08:37:46 +0000 (10:37 +0200)
commitde81b2e20f80bb5f42034863a9a974c815a45da5
tree4c601ca61dcdd8090adf198fba2191c18d9c87d4
parent12796fa241ad6b0e8ccd1025a3723e18324e17b0
aborted reverify restores file owner and permission

If we get an IMS hit for an InRelease file we use the file we already
have and pass it into reverification, but this changes the permissions
and on abort of the transaction they weren't switched back.

This is now done, additionally, every file in partial which hasn't
failed gets permission and owner changed for root access as well, as it
is very well possible that the next invocation will (re)use these files.
apt-pkg/acquire-item.cc
test/integration/framework
test/integration/test-apt-update-transactions