Skip to content

Commit 9624673

Browse files
Lakshmipathidarora
authored andcommitted
fix: Keep auditd log directory
Signed-off-by: Lakshmipathi <lakshmi@supabase.io>
1 parent dd305e9 commit 9624673

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/91-log_cleanup.sh

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ cd /var/log/wal-g
1818
touch backup-push.log backup-fetch.log wal-push.log wal-fetch.log
1919
chown -R postgres:postgres /var/log/wal-g
2020
chmod -R 0300 /var/log/wal-g
21+
22+
# audit logs directory for apparmor
23+
mkdir /var/log/audit

0 commit comments

Comments
 (0)