Page 1 of 1

Primary group of new user is 'wheel'?

Posted: Tue Dec 18, 2018 4:45 pm
by ptlomholt
Hi, I noticed the primary group for the user account created during installation (GhostBSD 18.10) is set to 'wheel':

Code: Select all

uid=1002(ptlomholt) gid=0(wheel) groups=0(wheel),5(operator)
Is there a reason for not using the uid as gid and then associating 'wheel' via secondary group membership similar to how 'operator' is assigned?

See https://github.com/libuv/libuv/issues/2 ... -448256796 for some background where this configuration is currently breaking one of the unit tests in libuv.

Re: Primary group of new user is 'wheel'?

Posted: Thu Dec 20, 2018 3:53 pm
by ericbsd
That configuration was done to make the first user have the wheel group as default group