mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 23:35:03 +01:00
5 lines
83 B
Text
5 lines
83 B
Text
|
#!/usr/bin/env bash
|
||
|
set -eu
|
||
|
rm -rf /var/log/audit/*
|
||
|
touch /var/log/audit/audit.log
|