mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 14:55:12 +00:00
Allow sudoers to specify the iolog file in addition to the iolog dir.
Add escape sequence support to iolog file and dir: sequence number, user, group, runas_user, runas_group, hostname and command in addition to any escape sequence recognized by strftime(3).
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
static void _warning(int, const char *, va_list);
|
||||
void plugin_cleanup(int);
|
||||
|
||||
extern sigjmp_buf error_jmp;
|
||||
sigjmp_buf error_jmp;
|
||||
|
||||
extern sudo_conv_t sudo_conv;
|
||||
|
||||
|
Reference in New Issue
Block a user