mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Remove an XXX
This commit is contained in:
parent
1025a2ec06
commit
fdd4805438
@ -286,7 +286,6 @@ sudoers_io_open(unsigned int version, sudo_conv_t conversation,
|
|||||||
gettimeofday(&last_time, NULL);
|
gettimeofday(&last_time, NULL);
|
||||||
|
|
||||||
/* XXX - log more stuff? window size? environment? */
|
/* XXX - log more stuff? window size? environment? */
|
||||||
/* XXX - use passed in argv instead of using sudoers policy info. */
|
|
||||||
fprintf(io_logfile, "%ld:%s:%s:%s:%s\n", last_time.tv_sec, user_name,
|
fprintf(io_logfile, "%ld:%s:%s:%s:%s\n", last_time.tv_sec, user_name,
|
||||||
runas_pw->pw_name, runas_gr ? runas_gr->gr_name : "", user_tty);
|
runas_pw->pw_name, runas_gr ? runas_gr->gr_name : "", user_tty);
|
||||||
fprintf(io_logfile, "%s\n", user_cwd);
|
fprintf(io_logfile, "%s\n", user_cwd);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user