User`s guide
Chapter 6. Hardening a Freeway Protogate Freeway Security Features User’s Guide (SFUG)
chmod 755 /usr/share/zoneinfo
touch /usr/share/zoneinfo/posixrules
chmod 444 /usr/share/zoneinfo/posixrules
if [ -f /read_only_mounts ]; then
mount -u -o ro /usr 2>/dev/null
fi
fi
# Add line to force close/reset of audit file now and every midnight
/usr/sbin/audit -n
if /usr/bin/grep -- "^[^#]
*
bin\/audit -n" /etc/crontab >/dev/null; then
echo "Audit file refresh command exists -- will not add again..."
else
echo "0 0
* * *
root /usr/sbin/audit -n" >> /etc/crontab
fi
26 Protogate DC-908-3004A