1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/usr.sbin/adduser
Kyle Evans 6a7238fd7c pw: set the user's home directory mode if it existed
The adduser(8) prompt allows one to set the mode of a new home
directory, but pw(8) doesn't honor the -M mode if the home directory
already exists at creation time.  It doesn't seem to make sense to
ignore the mode (which may lead to a security issue on the system being
configured) when we'll happily chown an existing directory, so fix the
inconsistency.

PR:		280099
Reviewed by:	des, jlduran (previous version)
Differential Revision:	https://reviews.freebsd.org/D46443
2024-12-01 13:08:31 -06:00
..
adduser.8 pw: set the user's home directory mode if it existed 2024-12-01 13:08:31 -06:00
adduser.conf.5 adduser: Better document ZFS dataset creation. 2024-08-19 10:30:11 +02:00
adduser.sh adduser: create dataset only if home is directly within dataset 2024-05-20 08:43:34 -05:00
Makefile Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.depend
rmuser.8 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
rmuser.sh