Add "json_pretty" log format, currently the same as "json".
In a future version, "json" will be an alias for "json_compact" instead. GitHub issue #357.
This commit is contained in:
@@ -459,6 +459,7 @@ void sudoers_cleanup(void);
|
||||
bool sudoers_override_umask(void);
|
||||
const struct sudoers_context *sudoers_get_context(void);
|
||||
bool sudoers_set_mode(unsigned int flags, unsigned int mask);
|
||||
bool sudoers_set_log_format(enum def_tuple tuple);
|
||||
|
||||
/* sudoers_ctx_free.c */
|
||||
void sudoers_ctx_free(struct sudoers_context *ctx);
|
||||
|
Reference in New Issue
Block a user