Page MenuHomeFreeBSD

cr_canseeothergids(): Make the logic easier to grasp
ClosedPublic

Authored by olce on Aug 29 2025, 11:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 15, 5:35 AM
Unknown Object (File)
Sun, Apr 12, 6:47 AM
Unknown Object (File)
Sun, Apr 12, 2:49 AM
Unknown Object (File)
Tue, Mar 31, 2:36 PM
Unknown Object (File)
Thu, Mar 26, 4:05 AM
Unknown Object (File)
Mar 12 2026, 3:22 PM
Unknown Object (File)
Mar 11 2026, 4:28 AM
Unknown Object (File)
Mar 7 2026, 5:33 PM
Subscribers

Details

Summary

Revert the initial test on whether the policy is in force so that, if
there are no restrictions, the function bails out early, allowing to
de-indent the rest of the code and have it finish with a non-zero (deny)
'return'.

No functional change (intended).

Sponsored by: The FreeBSD Foundation

Diff Detail

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