Skip to content

Commit

Permalink
modified wrong path file for wrong test
Browse files Browse the repository at this point in the history
  • Loading branch information
yarunachalam committed Apr 29, 2021
1 parent 1274cff commit 4d0ef6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
#!/bin/bash

echo "-w /run/utmp -p wa -k session" >> /etc/audit/audit.rules
echo "-w /run/something -p wa -k session" >> /etc/audit/audit.rules
sed -i "s%^ExecStartPost=.*%ExecStartPost=-/sbin/auditctl%" /usr/lib/systemd/system/auditd.service
Expand Up @@ -2,4 +2,4 @@


mkdir -p /etc/audit/rules.d
echo "-w /run/utmp -p wa -k session" >> /etc/audit/rules.d/login.rules
echo "-w /run/something -p wa -k session" >> /etc/audit/rules.d/login.rules

0 comments on commit 4d0ef6c

Please sign in to comment.