[Rpm-maint] [rpm-software-management/rpm] Add back support for NSS-based user/group resolution (PR #4085)
Michal Domonkos
notifications at github.com
Wed Jan 21 09:54:47 UTC 2026
@dmnks commented on this pull request.
> long id;
- if (lookup_num(pwfile(), thisUname, 0, 2, &id))
- return -1;
- rpmug->unameMap.insert({thisUname, id});
+ if (pwfile() || !rstreq(rpmcliRootDir, "/")) {
Ack, that said, I've made a comment there regarding the new system provides logic which currently only happens outside the chroot. I'm not yet sure if it's something that requires us to address the flushing now, it might as well be considered a bug in that logic...
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4085#discussion_r2711803381
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/4085/review/3686307249 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20260121/738a2c6b/attachment.htm>
More information about the Rpm-maint
mailing list