File: check-socket.conf

package info (click to toggle)
checksecurity 2.0.18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: sh: 271; perl: 202; makefile: 43
file content (29 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# This is the check-socket script configuration file contained
# in the checksecurity package.
#
# These configuration variables may be set:
# 
#     CHECKSECURITY_IGNORELINES
#     LOGDIR
# 
# Each is described in its own section below -- search for ####
# as a section divider.
#
####
####
#
# Location of socket status databases. 
#
LOGDIR=/var/log/checksecurity
####
#
# Lines that will be ignored, you can use here any sintax
# that 'egrep' will understand. Output lines that contain the
# the regular expression defined here will be ignored.
#
# Example: ignore all rpc processes
# CHECKSECURITY_IGNORELINES="^rpc\..*"
#
# Standard, just ignore empty lines:
CHECKSECURITY_IGNORELINES="^$"