You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug introduced in 8b352f7 when fixing #168
capsh does not set HOME to the user's home. Reverting to sudo is
necessary to set the user's HOME and other login environment.
sudo was previously replaced with capsh in 930fa01.
Fixes #169