1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 | root@brvuk2ubuntu1:~# cat /etc/audit/audit.rules # This file contains the auditctl rules that are loaded # whenever the audit daemon is started via the initscripts. # The rules are simply the parameters that would be passed # to auditctl. # First rule - delete all -D # Increase the buffers to survive stress events. # Make this bigger for busy systems -b 320 # Feel free to add below this line. See auditctl man page -w /home/deeps/.bash_history -p wa root@brvuk2ubuntu1:~# |