2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-03 15:55:40 +00:00

Add new log.json keywords

This commit is contained in:
Todd C. Miller
2021-10-19 13:13:59 -06:00
parent 89b53d5edd
commit f49c7ac5a5

View File

@@ -1,7 +1,10 @@
# I/O log JSON keywords # I/O log JSON keywords
"\"columns\"" "\"columns\""
"\"command\"" "\"command\""
"\"dumped_core\""
"\"exit_value\""
"\"lines\"" "\"lines\""
"\"run_time\""
"\"runargv\"" "\"runargv\""
"\"runenv\"" "\"runenv\""
"\"rungid\"" "\"rungid\""
@@ -10,6 +13,7 @@
"\"runuser\"" "\"runuser\""
"\"runchroot\"" "\"runchroot\""
"\"runcwd\"" "\"runcwd\""
"\"signal\""
"\"submitcwd\"" "\"submitcwd\""
"\"submithost\"" "\"submithost\""
"\"submituser\"" "\"submituser\""