#!/bin/sh

# auditd will not start if its log directory is missing
mkdir -p /var/log/audit

exit 0
