#!/bin/sh
TIME=$(date "+%h %d %H:%M:%S")
echo "$TIME audit warning: $@" >> /etc/security/audit_messages
