File: 03-Set-log_group-adm.patch

package info (click to toggle)
audit 1%3A4.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,468 kB
  • sloc: ansic: 61,684; makefile: 1,664; python: 1,647; sh: 417; sed: 32
file content (20 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
Date: Thu, 28 Jul 2016 16:49:18 +0200
Subject: Set log_group=adm
Forwarded: not-needed

---
 init.d/auditd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/init.d/auditd.conf
+++ b/init.d/auditd.conf
@@ -5,7 +5,7 @@
 local_events = yes
 write_logs = yes
 log_file = /var/log/audit/audit.log
-log_group = root
+log_group = adm
 log_format = ENRICHED
 flush = INCREMENTAL_ASYNC
 freq = 50