⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aide.conf.in

📁 This piece of software was written as a replacement and extension for Tripwire. Tripwire is an exce
💻 IN
字号:
# # AIDE @VERSION@ ## example configuration file## IMPORTANT NOTE!! PLEASE READ## This configuration file checks the integrity of the# AIDE package.## This file is not intended to be used as the primary aide.conf file for# your system. This file is intended to be a showcase for different# features for aide.conf file. ## WRITE YOUR OWN CONFIGURATION FILE AND UNDERSTAND WHAT YOU ARE WRITING#  ## Default values for the parameters are in comments before the # corresponding line.#@@define TOPDIR @top_srcdir@@@ifndef TOPDIR @@define TOPDIR /@@endif@@ifdef DEBUG@@define DEBUG ison@@undef NOT_DEBUG@@else@@define NOT_DEBUG true@@undef DEBUG@@endif@@ifhost korppi@@define KORPPI yes@@endif@@ifnhost ftp@@define BUMMER true@@endif# The location of the database to be read.#database=file:aide.dbdatabase=file:@@{TOPDIR}/doc/aide.db# The location of the database to be written.#database_out=sql:host:port:database:login_name:passwd:table#database_out=file:aide.db.newdatabase_out=file:aide.db.new# Whether to gzip the output to database# gzip_dbout=no#verbose=5verbose=20#report_url=stdout#other possibilities#report_url=stderr#NOT IMPLEMENTED report_url=mailto:root@foo.com#report_url=file:/tmp/some_file.txt#NOT IMPLEMENTED report_url=syslog:LOG_AUTHreport_url=stdout# @@{TOPDIR} is replaced with @top_srcdir@ when# read by aide. #p:     permissions#i:	inode#n:	number of links#u:	user#g:	group#s:	size#b:	block count#m:	mtime#a:	atime#c:	ctime#S:	check for growing size#md5:	md5 checksum#sha1:	sha1 checksum#rmd160:     rmd160 checksum#tiger:     tiger checksum#R:	p+i+n+u+g+s+m+c+md5#L:	p+i+n+u+g#E:	Empty group#>:	Growing logfile p+u+g+i+n+S#The following are available if you have mhash support enabled.#haval:		haval checksum#gost:		gost checksum#crc32:		crc32 checksum# Rule definitionAll=R+a+sha1+rmd160# ignore_list is a special rule definition# the attributes listed in it are not displayed in the# final report# Attributes that can be used to verify that aide in intact# by people that have downloaded it from the web.# Let's be paranoidNorm=s+n+b+md5+sha1+rmd160# The commented rules are just examples the rest are used by # make check#Selection regexp rule@@{TOPDIR}/.* Norm#Equals selection only the directory doc is checked and not it's children#=@@{TOPDIR}/doc L#Negative selection no rule is necessary but ignored if there!@@{TOPDIR}/.*~!@@{TOPDIR}/src/.*\.o!@@{TOPDIR}/src/(aide|core)$ L!@@{TOPDIR}/.*RCS!@@{TOPDIR}/.*CVS!@@{TOPDIR}/.*aide\.db.*!@@{TOPDIR}/.*\.cvsignore.*# @@{TOPDIR}/doc/.* All

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -