67a866343f
- Introduce security_status_baseaudit_period variable to files/405.pkg-base-audit.in in order to make it possible to specify when this script is executed (i.e. daily, weekly or monthly). PR: 224239 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>, Miroslav Lachman <000.fbsd@quip.cz> (maintainer)
16 lines
536 B
Plaintext
16 lines
536 B
Plaintext
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"
|