Subject: Re: ownership of root dir after newfs, PR's 5990 & 6276
To: Bill Studenmund <wrstuden@nas.nasa.gov>
From: Luke Mewburn <lukem@goanna.cs.rmit.edu.au>
List: tech-kern
Date: 03/14/1999 10:03:11
Bill Studenmund writes:
> PR 5990 supplies a simple patch - just make the root node's owner the
> (effective) user who ran the command, and set the group equal to the
> process's effective group.
> 
> That seems fine to me.

I'd say `do it'. You can't format a device you don't have write access
to anyway, so it's unlikely to bite users. As long as it's documented
in the man page (maybe in `SECURITY CONSIDERATIONS').