Page MenuHomeFreeBSD

cred: Restore proper checking of effective groups in some security policies
ClosedPublic

Authored by olce on Aug 29 2025, 11:03 PM.
Tags
None
Referenced Files
F156632499: D52268.id161234.diff
Fri, May 15, 6:29 AM
Unknown Object (File)
Tue, May 12, 12:48 PM
Unknown Object (File)
Tue, May 12, 10:10 AM
Unknown Object (File)
Wed, May 6, 9:40 AM
Unknown Object (File)
Wed, Apr 29, 11:59 AM
Unknown Object (File)
Sat, Apr 25, 2:42 AM
Unknown Object (File)
Thu, Apr 16, 9:21 AM
Unknown Object (File)
Apr 7 2026, 4:10 AM
Subscribers

Details

Summary

The removal of 'cr_gid' from cr_groups[] as cr_groups[0] made
cr_canseeothergids() skip considering the subject's first supplementary
group, causing the 'security.bsd.see_other_gids' policy to be too
restrictive, and cr_xids_subset() miss a check on the effective GID,
relaxing the "can debug" and "can export KTLS keys" checks.

Fix these policies.

Fixes: be1f7435ef218b1d ("kern: start tracking cr_gid outside of cr_groups[]")
Sponsored by: The FreeBSD Foundation

Diff Detail

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