always check if _apt user can access /var/lib/apt/lists/partial

pull/1/head
parent c462a080c3
commit af5841269c
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1610,7 +1610,7 @@ sub run_setup() {
# drop privileges to the _apt user. This will fail if the _apt user does
# not have permissions to read the root directory. In that case, we have
# to disable apt sandboxing.
if ($options->{mode} eq 'root') {
{
my $partial = '/var/lib/apt/lists/partial';
if (
system('/usr/lib/apt/apt-helper', 'drop-privs', '--', 'test',

Loading…
Cancel
Save