Deleted Added
full compact
periodic.conf (210863) periodic.conf (215213)
1#!/bin/sh
2#
3# This is defaults/periodic.conf - a file full of useful variables that
4# you can set to change the default behaviour of periodic jobs on your
5# system. You should not edit this file! Put any overrides into one of the
6# $periodic_conf_files instead and you will be able to update these defaults
7# later without spamming your local configuration information.
8#
9# The $periodic_conf_files files should only contain values which override
10# values set in this file. This eases the upgrade path when defaults
11# are changed and new features are added.
12#
13# For a more detailed explanation of all the periodic.conf variables, please
14# refer to the periodic.conf(5) manual page.
15#
1#!/bin/sh
2#
3# This is defaults/periodic.conf - a file full of useful variables that
4# you can set to change the default behaviour of periodic jobs on your
5# system. You should not edit this file! Put any overrides into one of the
6# $periodic_conf_files instead and you will be able to update these defaults
7# later without spamming your local configuration information.
8#
9# The $periodic_conf_files files should only contain values which override
10# values set in this file. This eases the upgrade path when defaults
11# are changed and new features are added.
12#
13# For a more detailed explanation of all the periodic.conf variables, please
14# refer to the periodic.conf(5) manual page.
15#
16# $FreeBSD: head/etc/defaults/periodic.conf 210863 2010-08-05 15:53:33Z olli $
16# $FreeBSD: head/etc/defaults/periodic.conf 215213 2010-11-13 00:40:43Z brooks $
17#
18
19# What files override these defaults ?
20periodic_conf_files="/etc/periodic.conf /etc/periodic.conf.local"
21
22# periodic script dirs
23local_periodic="/usr/local/etc/periodic"
24

--- 130 unchanged lines hidden (view full) ---

155daily_status_security_output="root" # user or /file
156daily_status_security_noamd="NO" # Don't check amd mounts
157daily_status_security_logdir="/var/log" # Directory for logs
158daily_status_security_diff_flags="-b -u" # flags for diff output
159
160# 100.chksetuid
161daily_status_security_chksetuid_enable="YES"
162
17#
18
19# What files override these defaults ?
20periodic_conf_files="/etc/periodic.conf /etc/periodic.conf.local"
21
22# periodic script dirs
23local_periodic="/usr/local/etc/periodic"
24

--- 130 unchanged lines hidden (view full) ---

155daily_status_security_output="root" # user or /file
156daily_status_security_noamd="NO" # Don't check amd mounts
157daily_status_security_logdir="/var/log" # Directory for logs
158daily_status_security_diff_flags="-b -u" # flags for diff output
159
160# 100.chksetuid
161daily_status_security_chksetuid_enable="YES"
162
163# 110.neggrpperm
164daily_status_security_neggrpperm_enable="NO"
165
163# 200.chkmounts
164daily_status_security_chkmounts_enable="YES"
165#daily_status_security_chkmounts_ignore="^amd:" # Don't check matching
166 # FS types
167
168# 300.chkuid0
169daily_status_security_chkuid0_enable="YES"
170

--- 107 unchanged lines hidden ---
166# 200.chkmounts
167daily_status_security_chkmounts_enable="YES"
168#daily_status_security_chkmounts_ignore="^amd:" # Don't check matching
169 # FS types
170
171# 300.chkuid0
172daily_status_security_chkuid0_enable="YES"
173

--- 107 unchanged lines hidden ---