Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nonsugid: Fix memleak | Samuel Thibault | 2023-01-01 | 1 | -0/+5 |
| | |||||
* | Fix leaking auth ports | Samuel Thibault | 2022-01-04 | 1 | -3/+3 |
| | | | | | | | | | | | We need to be extremely careful with auth ports since leaking them into subprocesses may expose a root-auth port to non-root processes. Notably, get_nonsugid_ids was caching it, thus preventing glibc's exec implementation from dropping it. Login is also reimplementing hurdexec but without all the cloexec logic. This commit fixes various auth leaks. | ||||
* | 2000-01-22 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 2000-01-22 | 1 | -8/+11 |
| | | | | | * nonsugid.c (get_nonsugid_ids): Remove saved set IDs from available sets before merging effective sets. | ||||
* | Initial checkin | Miles Bader | 1997-05-26 | 1 | -0/+60 |