Page MenuHomeFreeBSD

stress2: Fix removal of supplementary groups
ClosedPublic

Authored by olce on Aug 29 2025, 11:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 26, 10:18 PM
Unknown Object (File)
Thu, Feb 26, 11:04 AM
Unknown Object (File)
Thu, Feb 26, 3:44 AM
Unknown Object (File)
Fri, Feb 20, 9:49 AM
Unknown Object (File)
Thu, Feb 19, 7:53 AM
Unknown Object (File)
Fri, Jan 30, 6:28 PM
Unknown Object (File)
Fri, Jan 30, 5:08 AM
Unknown Object (File)
Jan 20 2026, 5:02 AM
Subscribers

Details

Summary

To this end, call setgroups(0, NULL) instead of passing the effective
GID. This stance is fully compatible with older versions of FreeBSD.

Fixes: 9da2fe96ff2e ("kern: fix setgroups(2) and getgroups(2) to match other platforms")
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable