Skip to content
  • Dan Williams's avatar
    libnm-util: simplify permissions somewhat; remove groups · 82772191
    Dan Williams authored
    Groups may come later, but they are also quite a bit more complicated
    because getting the groups a user is in may require network access
    if that user is backed by LDAP.  And it gets worse because you have
    no idea that the glibc calls like getgrouplist(3) are backed by
    the network and may take an arbitrary amount of time to complete.
    Punt that.
    82772191