From: Ludwig Nussel Date: Tue, 17 Aug 2010 11:22:01 +0000 (+0200) Subject: log all su attempts X-Git-Tag: v2.22-rc1~347^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b14d022fd02df8b92a9a0e071d5252f9f988e053;p=thirdparty%2Futil-linux.git log all su attempts --- diff --git a/login-utils/su.c b/login-utils/su.c index b0cf9639cd..e97edbba37 100644 --- a/login-utils/su.c +++ b/login-utils/su.c @@ -83,6 +83,9 @@ #if HAVE_SYSLOG_H && HAVE_SYSLOG # include +# define SYSLOG_SUCCESS 1 +# define SYSLOG_FAILURE 1 +# define SYSLOG_NON_ROOT 1 #else # undef SYSLOG_SUCCESS # undef SYSLOG_FAILURE