Page MenuHomeFreeBSD

replace the numbers with UID_NOBODY, GID_NOGROUP in mountd.c
ClosedPublic

Authored by rmacklem on Jun 15 2020, 3:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 2 2024, 9:00 PM
Unknown Object (File)
Sep 16 2024, 4:16 PM
Unknown Object (File)
Sep 15 2024, 12:33 PM
Unknown Object (File)
Sep 8 2024, 7:11 PM
Unknown Object (File)
Sep 7 2024, 2:42 AM
Unknown Object (File)
Sep 3 2024, 8:42 AM
Unknown Object (File)
Sep 2 2024, 8:22 AM
Unknown Object (File)
Aug 27 2024, 10:30 PM
Subscribers

Details

Summary

Since UID_NOBODY, GID_NOGROUP were not exposed to userland,
mountd.c has the numbers hard coded in it.
This patch exposes UID_NOBODY, GID_NOGROUP to userland
and mountd.c is changed to use them.

Suggested by kib@.

Test Plan

It compiles fine and find/grep did not locate any uses
of the UID_NOBODY, GID_NOGROUP constants in
the userland part of /usr/src.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 31716