add two FIXME comments to be solved later...

This commit is contained in:
Johannes Schauer Marin Rodrigues 2025-04-08 05:40:37 +02:00
parent c7803e2e2e
commit 38ebe6aa1f
Signed by: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -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}) {