blob: 58de9721f4a090cd8c2e4c76d6297d8654c42f31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#! /bin/bash
post_install () {
echo
echo " * Add 'ccs-auditd' to DAEMONS to enable logging"
echo
echo " * systemd users can use the ccs-auditd.service unit"
echo
echo " * The configuration file for this daemon is located in"
echo " /etc/ccs/tools/auditd.conf"
echo
echo " * Logrotate options can be changed in /etc/logrotate.d/tomoyo"
echo
}
|