diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-05-25 14:16:11 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-05-25 15:03:08 -0700 |
commit | 31f3d30599b976bfd033b7c69b2aa1394541d879 (patch) | |
tree | 8f49e7a45a69543f8166651e7856bc4efb961ab0 /sysconf | |
parent | 44a842e60437bd3912e5a4fd1fe35b196307efa7 (diff) | |
download | vyatta-cfg-system-31f3d30599b976bfd033b7c69b2aa1394541d879.tar.gz vyatta-cfg-system-31f3d30599b976bfd033b7c69b2aa1394541d879.zip |
Always log authorization messages
Bug 7095
Always keep /var/log/auth.log to allow for 'show log authorization'
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/rsyslog.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysconf/rsyslog.conf b/sysconf/rsyslog.conf index 919df901..56c7e15c 100644 --- a/sysconf/rsyslog.conf +++ b/sysconf/rsyslog.conf @@ -49,3 +49,13 @@ $Umask 0022 # Include all config files in /etc/rsyslog.d/ # $IncludeConfig /etc/rsyslog.d/*.conf + +############### +#### RULES #### +############### + +# Log authorization failure messages +auth,authpriv.* /var/log/auth.log + +# Emergencies are sent to everybody logged in. +*.emerg * |