add two FIXME comments to be solved later...
This commit is contained in:
parent
c7803e2e2e
commit
38ebe6aa1f
1 changed files with 3 additions and 0 deletions
|
@ -2886,6 +2886,9 @@ sub setup {
|
|||
}
|
||||
|
||||
if (-e $options->{apttrusted} && !-r $options->{apttrusted}) {
|
||||
# FIXME: obtain the keyring file with the permissions of the user
|
||||
# outside of the unshared namespace
|
||||
# FIXME: apt no longer sets Dir::Etc::trusted by default
|
||||
warning "cannot read $options->{apttrusted}";
|
||||
}
|
||||
if (-e $options->{apttrustedparts} && !-r $options->{apttrustedparts}) {
|
||||
|
|
Loading…
Reference in a new issue