From 34baac7d2f8a1ce786b5c61b1e54eb6959afb6c5 Mon Sep 17 00:00:00 2001 From: Jonas Geiler Date: Mon, 4 Mar 2024 09:30:05 +0100 Subject: [PATCH] fix: change 'aulastlogin' to 'aulastlog' The command uses the shortened form of "login" --- audit.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audit.rules b/audit.rules index 41b7e22..b82ff67 100644 --- a/audit.rules +++ b/audit.rules @@ -67,7 +67,7 @@ -a always,exit -F path=/usr/sbin/ausearch -F perm=x -k audittools -a always,exit -F path=/usr/sbin/aureport -F perm=x -k audittools -a always,exit -F path=/usr/sbin/aulast -F perm=x -k audittools --a always,exit -F path=/usr/sbin/aulastlogin -F perm=x -k audittools +-a always,exit -F path=/usr/sbin/aulastlog -F perm=x -k audittools -a always,exit -F path=/usr/sbin/auvirt -F perm=x -k audittools # Filters ---------------------------------------------------------------------