Skip to content

Fix AccountsService to not call getpwnam() #748

Merged
merged 2 commits into from
Apr 27, 2018

Commits on Apr 26, 2018

  1. accountsservice: Add patch to not call getpwnam()

    Currently, `accounts-daemon` periodically hogs one thread, because it
    reads `/etc/group`. But it’s not necessary, so remove the code [1].
    
    [1] https://bugs.freedesktop.org/show_bug.cgi?id=106240
    pmenzel committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    b7621da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d79cd77 View commit details
    Browse the repository at this point in the history