I`m trying to install boinc and therefore have to add my user fabian to the group boinc so I can read the file /var/lib/boinc/gui_rpc_auth.cfg . I ran
sudo usermod -a -G boinc $(whoami)
but after that, running
[fabian@desktop boinc]$ groups
audio fabian
still didn`t list the boinc group. However
[fabian@desktop boinc]$ getent group | grep boinc
boinc:x:1001:fabian
seems to indicate I`m in the group?!
In fact, I cannot open /var/lib/boinc/gui_rpc_auth.cfg which belongs to the group boinc and has permissions 640.
What am I doing wrong here?