diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-06-29 16:55:18 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-06-29 16:58:53 +0200 |
| commit | 0e86666faafb0eaa2f4b26e3259bc20c56f549ba (patch) | |
| tree | c305ace47b53ddb032f3c42af492e7f9a906beb2 | |
| parent | fe27e9cedb1bc7a91095a19d1867cfda428e12fe (diff) | |
| download | vyos-1x-0e86666faafb0eaa2f4b26e3259bc20c56f549ba.tar.gz vyos-1x-0e86666faafb0eaa2f4b26e3259bc20c56f549ba.zip | |
op-mode: T8372: improve authentication logging journalctl command
Instead of passing environment variables now pass proper CLI arguments.
| -rwxr-xr-x | op-mode-definitions/show-log.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in index 302188602..1031e83cb 100755 --- a/op-mode-definitions/show-log.xml.in +++ b/op-mode-definitions/show-log.xml.in @@ -36,7 +36,7 @@ <properties> <help>Show listing of authorization attempts</help> </properties> - <command>journalctl --no-hostname --boot --quiet SYSLOG_FACILITY=10 SYSLOG_FACILITY=4</command> + <command>journalctl --no-hostname --boot --quiet --facility=auth,authpriv</command> </leafNode> <leafNode name="certbot"> <properties> |
