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)
Tue, Jun 30, 4:14 AM
Unknown Object (File)
Tue, Jun 30, 4:14 AM
Unknown Object (File)
Sun, Jun 28, 8:42 PM
Unknown Object (File)
Thu, Jun 25, 7:37 AM
Unknown Object (File)
Fri, Jun 19, 3:53 PM
Unknown Object (File)
Tue, Jun 9, 2:15 AM
Unknown Object (File)
Jun 5 2026, 9:55 AM
Unknown Object (File)
May 16 2026, 2:43 AM
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