[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#698858: libutempter0: postinst unnecessarily fetches all groups



Package: libutempter0
Version: 1.1.5-4

In the postinst,

getent group | grep -q "^utempter:"

will fetch all groups from NSS, which could be an expensive
operation if there are a lot of groups being retrieved from
a remote server.

getent group utempter

should achieve the same effect more efficiently.


Reply to: