Adding the user to a new group doesn't take effect on logout and back in
Bug #1771308 reported by
Will Cooke
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gdm3 (Ubuntu) |
New
|
Low
|
Unassigned |
Bug Description
Steps to reproduce:
Log in to a GNOME session
Use adduser to add yourself to an existing group
Log out and back in
Open a terminal, run "groups" and notice that your user isn't in the new group.
Reboot and log in, and you user is now in the group.
Changed in gdm3 (Ubuntu): | |
importance: | Undecided → Low |
To post a comment you must log in.
As far back as I remember this has been the case...
I think it's an OS feature that the currently running process does not inherit the new group list from /etc/group. It's only when the process starts that the group list is read.
I'm not sure this is a bug, but it's really about the state of the process. So it's a kernel issue if at all.