Switching to root by doing sudo changes the assumed path of TUCKR_HOME to /root. So one has to do
TUCKR_HOME=$HOME/.config sudo tuckr a <group>
Tuckr should be able to escalate the user without this. Possibly manually setting and unsetting this variable when it escalates.
Switching to root by doing sudo changes the assumed path of TUCKR_HOME to
/root. So one has to doTuckr should be able to escalate the user without this. Possibly manually setting and unsetting this variable when it escalates.