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
By default, the program can't run under sudo, because it gets the user's
directory by grabbing the UID and looking it up in the users file. On any
sane system, the environment variable HOME will contain the user's home
directory, and more importantly, this won't change when doing sudo.
Using a getenv() call in keyfiles.c will make it work.
Original issue reported on code.google.com by tylermen...@gmail.com on 22 Apr 2009 at 1:32
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
tylermen...@gmail.com
on 22 Apr 2009 at 1:32The text was updated successfully, but these errors were encountered: