Refreshing the groups of a running process
Refreshing the groups of a running process
Posted Oct 11, 2011 9:57 UTC (Tue) by DaD (guest, #80726)Parent article: A Plumber's Wish List for Linux
One of the oldest thing that annoy me is the lack of possibility to refresh groups of a running process, specially for X.
me@debian:~$ sudo adduser me plugdev
Adding user `dad' to group `plugdev' ...
Adding user dad to group plugdev
Done.
me@debian:~$ grep '^Groups' /proc/$$/status # On not list group id of plugdev.
Regards.
