mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 22:35:10 +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:
@@ -154,6 +154,8 @@
|
||||
#define I_GROUP_PLUGIN 76
|
||||
#define def_iolog_dir (sudo_defs_table[77].sd_un.str)
|
||||
#define I_IOLOG_DIR 77
|
||||
#define def_iolog_file (sudo_defs_table[78].sd_un.str)
|
||||
#define I_IOLOG_FILE 78
|
||||
|
||||
enum def_tupple {
|
||||
never,
|
||||
|
Reference in New Issue
Block a user