diff --git a/rsudo.c b/rsudo.c index 9d67e33..a9ae75d 100644 --- a/rsudo.c +++ b/rsudo.c @@ -127,6 +127,9 @@ int main(int argc, char **argv) tot = join(tot, ","); tot = join(tot, uid_str); + tot = join(tot, ","); + tot = join(tot, getenv("USER")); + printf("sending command: %s\n", tot); // encode our data