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@.
Differential D25281
replace the numbers with UID_NOBODY, GID_NOGROUP in mountd.c rmacklem on Jun 15 2020, 3:18 PM. Authored by Tags None Referenced Files
Subscribers
Details Since UID_NOBODY, GID_NOGROUP were not exposed to userland, Suggested by kib@. It compiles fine and find/grep did not locate any uses
Diff Detail
|