← Back to team overview

desktop-packages team mailing list archive

[Bug 1393470] Re: Service cache doesn't update as services change

 

Even worse, it seems a malicious app could ship a broken service file
and with that corrupt the database.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libaccounts-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1393470

Title:
  Service cache doesn't update as services change

Status in “libaccounts-glib” package in Ubuntu:
  New

Bug description:
  libaccounts-glib caches the list of current services inside its SQLite database, along with some basic information about the service (including the provider ID).
  However, if a .service file changes its <provider> element, libaccounts-glib does not detect the change and still keeps the outdated information in its DB.

  One possible solution for this is to add a function like
  ag_account_manager_rebuild_cache() which re-reads all the .service
  files, and invoke this function from our "account-service" hook
  program.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libaccounts-glib/+bug/1393470/+subscriptions


References