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