forked from josch/mmdebstrap
always check if _apt user can access /var/lib/apt/lists/partial
This commit is contained in:
parent
c462a080c3
commit
af5841269c
1 changed files with 1 additions and 1 deletions
|
@ -1610,7 +1610,7 @@ sub run_setup() {
|
||||||
# drop privileges to the _apt user. This will fail if the _apt user does
|
# 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
|
# not have permissions to read the root directory. In that case, we have
|
||||||
# to disable apt sandboxing.
|
# to disable apt sandboxing.
|
||||||
if ($options->{mode} eq 'root') {
|
{
|
||||||
my $partial = '/var/lib/apt/lists/partial';
|
my $partial = '/var/lib/apt/lists/partial';
|
||||||
if (
|
if (
|
||||||
system('/usr/lib/apt/apt-helper', 'drop-privs', '--', 'test',
|
system('/usr/lib/apt/apt-helper', 'drop-privs', '--', 'test',
|
||||||
|
|
Loading…
Reference in a new issue