File: tw.conf.linux

package info (click to toggle)
tripwire 1.2-15
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 1,428 kB
  • ctags: 866
  • sloc: ansic: 7,938; sh: 1,316; makefile: 425; yacc: 413; lex: 133; perl: 101
file content (29 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (3)
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
# $Id: tw.conf.linux,v 1.1 1994/04/04 00:34:03 gkim Exp $
#
# tripwire.config for linux mahcines
#   (minimal version)

#	
#
# Define a variable for searching /dev
#
@@define DEVSEARCH E+pinugsamc
#
# All Files
#
/ R
#
# Except /proc
#
=/proc E
#
# And /dev
#
/dev @@DEVSEARCH
#
# just /tmp
#
=/tmp
#
# End
#