https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192138

Mateusz Guzik <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Mateusz Guzik <[email protected]> ---
Not only that, pw is racy in general w.r.t other operations.

An acceptable way around this would be to have a lock (say, /etc/.pw.lock)
which is taken at the beginning and released at the end. Preferably also
supported by other tools playing with passwd (and other files).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to