diff options
Diffstat (limited to 'acf.conf')
-rw-r--r-- | acf.conf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |