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)
Sat, Mar 21, 8:36 AM
Unknown Object (File)
Sat, Mar 21, 8:29 AM
Unknown Object (File)
Tue, Mar 17, 5:23 PM
Unknown Object (File)
Tue, Mar 17, 5:16 PM
Unknown Object (File)
Tue, Mar 17, 5:19 AM
Unknown Object (File)
Wed, Mar 11, 6:00 PM
Unknown Object (File)
Thu, Feb 26, 10:18 PM
Unknown Object (File)
Thu, Feb 26, 11:04 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