mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 22:35:10 +00:00
For intercepted commands, log an offset into the current I/O log.
This can be used with sudoreplay to jump to when a specific command was executed within a session log.
This commit is contained in:
@@ -111,6 +111,7 @@ struct eventlog {
|
||||
char **env_add;
|
||||
char **envp;
|
||||
struct timespec submit_time;
|
||||
struct timespec iolog_offset;
|
||||
int lines;
|
||||
int columns;
|
||||
uid_t runuid;
|
||||
|
Reference in New Issue
Block a user