mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-06 18:25:05 +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
|