-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathficheck.cfg
More file actions
101 lines (91 loc) · 3.07 KB
/
ficheck.cfg
File metadata and controls
101 lines (91 loc) · 3.07 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# FCheck.cfg (Sol)
#
# Directories to be monitored are shown below. Multiple entries may be used
# by using the following 'keyword=variable' format:
#
# [Directory=(path/name)]
# [Directory=(path/name)]
# ...
#
# If you want recursive direcotry monitoring, place a / at the end of
# the directory name, otherwise the script will interpret the entry as a
# single file or single directory to monitor.
#
# For example the entry "Directory=/usr"
# will watch everything in the /usr directory
#
# and the entry "Directory=/etc/passwd"
# will monitor only the password file.
#
# while the entry "Directory=/usr/"
# will watch everything in the /usr directory, and everything
# recursively under it, (I.E. /usr/bin..., /usr/local/..., etc.)
#
Directory = /
Directory = /boot/
Directory = /etc/
#Directory = /bin/
#Directory = /sbin/
#Directory = /lib/
Directory = /usr/bin/
Directory = /usr/sbin/
Directory = /usr/lib/
Directory = /usr/lib32/
Directory = /usr/lib64/
Directory = /usr/libx32/
# Optionally may want to add the following:
#Directory = /usr/
#Directory = /usr/X11R6/bin
#Directory = /usr/X11R6/lib
#Directory = /var/
# WARNING
# Use the following exclusions with care,
# only include log files that are constantly undating and are known to
# be written to frequently otherwise you can defeat the purpose of fcheck
# by excluding too much...
#
# Specific files, and/or directories can be excluded.
#
# If used, configure them as full paths and their filenames. Directory
# names must have a "/" appended to the end of its filename in the exclude
# section.
#
Exclusion = /tmp/
Exclusion = /var/
Exclusion = /lib/udev/devices/
Exclusion = /run/
# Other common paths you may need to exclude
#Exclusion = /etc/mtab
#Exclusion = /etc/resolv.conf
#Exclusion = /etc/cups/cupsd.conf
#Exclusion = /etc/cups/cupsd.conf.O
#Exclusion = /etc/cups/printers.conf
#Exclusion = /etc/cups/printers.conf.O
#Exclusion = /etc/ld.so.cache
#Exclusion = /etc/network/run/ifstate
#Exclusion = /etc/adjtime
#Exclusion = /etc/motd
#Exclusion = /etc/default/ntpdate.dhcp
#Exclusion = /etc/ntp.conf.dhcp
#Exclusion = /etc/logcheck/
#Exclusion = /etc/.bzr/
#Exclusion = /etc/.git/
#Exclusion = /etc/.hg/
#Exclusion = /etc/.etckeeper
#Exclusion = /etc/.gitignore
Directory = /usr/local/
Exclusion = /etc/cups/printers.conf
Exclusion = /etc/cups/printers.conf.O
Exclusion = /etc/cups/subscriptions.conf
Exclusion = /etc/cups/subscriptions.conf.O
Exclusion = /etc/mtab
Exclusion = /etc/printcap
Exclusion = /etc/cups/ppd/AirPrint_lj2600n_leibnitz.ppd
Exclusion = /etc/cups/ppd/HP_Color_LaserJet_MFP_M283fdw_031E56_.ppd
Exclusion = /etc/cups/ppd/HP_Color_LaserJet_MFP_M283fdw_031E56_.ppd.O
Exclusion = /etc/cups/ppd/HP_Color_LaserJet_MFP_M283fdw_031E56.ppd
Exclusion = /etc/cups/ppd/HP_Color_LaserJet_MFP_M283fdw_031E56.ppd.O
Exclusion = /etc/apt/trusted.gpg.d/google-chrome.gpg
Directory = /dev/
Directory = /run/
Directory = /dev/shm/