summaryrefslogtreecommitdiff
path: root/security/base-audit/pkg-message
blob: bc13d51ef98fd7360752acfb46b0b9dbcf395fca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
{ type: install
  message: <<EOM
Add the following lines to /etc/periodic.conf(.local) to enable periodic check
	security_status_baseaudit_enable="YES"
	security_status_baseaudit_quiet="NO"

Use pkg_chroots to provide a default list of chroots
and pkg_jails to provide a default list of jails (or '*' for all jails)
for all pkg periodic scripts, or set
	security_status_baseaudit_chroots
and
	security_status_baseaudit_jails
for this script only.

You can also change following variables:
	security_status_baseaudit_period="daily"
	security_status_baseaudit_expiry="2"
EOM
}
]