mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 15:25:02 +01:00
4 lines
83 B
Bash
4 lines
83 B
Bash
#!/usr/bin/env bash
|
|
set -eu
|
|
rm -rf /var/log/audit/*
|
|
touch /var/log/audit/audit.log
|