This file is indexed.

/etc/checksecurity/check-diskfree.conf is in checksecurity 2.0.14.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
#
#   This is the configuration file for the disk space check
# which checksecurity will perform via the 'check-diskfree' plugin.
#
#  To disable this series of tests edit /etc/checksecurity.conf
# and set 'check-diskspace="FALSE"'.
#
##


##
#  If the disk usage of any partition becomes more than 70% full
# then we will generate an alert.
#
#  Valid values or "0" - "100"
#
##
CHECK_DISK_PERCENT="70"