mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
5 lines
83 B
Bash
5 lines
83 B
Bash
#!/usr/bin/env bash
|
|
set -eu
|
|
rm -rf /var/log/audit/*
|
|
touch /var/log/audit/audit.log
|