summaryrefslogtreecommitdiff
path: root/lib/backupclient/BackupDaemonConfigVerify.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-01-11 22:47:35 +0000
committerChris Wilson <chris+github@qwirx.com>2007-01-11 22:47:35 +0000
commit4201fdff12c3aea7d65b17ee2a0319c81fc41799 (patch)
tree3df7e732e484400a42d3bafd51b80bb987f40747 /lib/backupclient/BackupDaemonConfigVerify.cpp
parentd301501f11ec0f3a9fc079f995367c6deb6a5c48 (diff)
Added a new config option, LogAllFileAccess, which will log access to every
file and scanning every directory. The current implementation is taken straight from the Boxi branch. To be extended shortly. (refs #3)
Diffstat (limited to 'lib/backupclient/BackupDaemonConfigVerify.cpp')
-rw-r--r--lib/backupclient/BackupDaemonConfigVerify.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/backupclient/BackupDaemonConfigVerify.cpp b/lib/backupclient/BackupDaemonConfigVerify.cpp
index 34167227..9000ec6d 100644
--- a/lib/backupclient/BackupDaemonConfigVerify.cpp
+++ b/lib/backupclient/BackupDaemonConfigVerify.cpp
@@ -83,6 +83,7 @@ static const ConfigurationVerifyKey verifyrootkeys[] =
{"StoreHostname", 0, ConfigTest_Exists, 0},
{"ExtendedLogging", "no", ConfigTest_IsBool, 0}, // extended log to syslog
{"ExtendedLogFile", NULL, 0, 0}, // extended log to a file
+ {"LogAllFileAccess", "no", ConfigTest_IsBool, 0},
{"CommandSocket", 0, 0, 0}, // not compulsory to have this
{"KeepAliveTime", 0, ConfigTest_IsInt, 0}, // optional