Page MenuHomeFreeBSD

adduser: create dataset only if home is directly within dataset
ClosedPublic

Authored by karels on May 17 2024, 3:05 PM.
Tags
None
Referenced Files
F151345668: D45229.id138650.diff
Tue, Apr 7, 6:40 PM
Unknown Object (File)
Sat, Apr 4, 1:49 PM
Unknown Object (File)
Wed, Apr 1, 5:54 PM
Unknown Object (File)
Sun, Mar 29, 12:28 AM
Unknown Object (File)
Tue, Mar 24, 7:26 AM
Unknown Object (File)
Tue, Mar 24, 3:28 AM
Unknown Object (File)
Wed, Mar 18, 8:34 AM
Unknown Object (File)
Sun, Mar 15, 3:21 PM
Subscribers
None

Details

Summary

Currently, if the prefix of the new home directory is a subdirectory
of a ZFS dataset, adduser will create a new dataset up one or more
levels from the intended destination. "pw useradd" will then create
a normal directory in the desired location, leaving an unused dataset.
Check for this situation when determining whether to create a dataset,
and let pw create the directory.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 57738
Build 54626: arc lint + arc unit