summaryrefslogtreecommitdiffstats
path: root/acf.conf
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@tetrasec.net>2008-11-09 00:27:32 +0000
committerNathan Angelacos <nangel@tetrasec.net>2008-11-09 00:27:32 +0000
commit95e743197047cc4c2550563ea8ef323c9b1230fd (patch)
treeef2f16f60fd30b3bdd405a177aa3ff3e3125556e /acf.conf
parent004f2adfc85bed299c762e019120732fe90d597d (diff)
downloadacf-core-95e743197047cc4c2550563ea8ef323c9b1230fd.tar.bz2
acf-core-95e743197047cc4c2550563ea8ef323c9b1230fd.tar.xz
per-controller auditing now allowed via acf-hooks.lua
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1582 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'acf.conf')
-rw-r--r--acf.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/acf.conf b/acf.conf
index 8246e04..719e4f0 100644
--- a/acf.conf
+++ b/acf.conf
@@ -1,6 +1,5 @@
# Configuration file for Alpine Configuration Framework
-
# Directories where the application resides
appdir=/usr/share/acf/app/
libdir=/usr/share/acf/lib/
@@ -16,11 +15,12 @@ skin=alps
passfile=/etc/acf/passwd
-# Auditing can be done before and/or after a commit
-# if the controller supports it.
+# Auditing can be done before and/or after a commit (controller permitting)
# ${TEMPFILE} and ${CONFFILE} are used precommit
# only ${CONFFILE} has any meaning postcommit
#audit_precommit=diff -u ${CONFFILE} ${TEMPFILE} >>/var/log/${self.conf.controller}.log 2>/dev/null
#audit_postcommit=echo ${self.sessiondata.userinfo.userid} made a change to ${CONFFILE} >>/var/log/acf.log
+# For specific controller-based auditing, create acf-hooks.lua
+# in this directory (see svn sources for an example)