# loggedfs daemon configuration file

# Set default execution of the daemon in init script
RUN=no

# Used config file to filter which operations you want to log
CONFIG_FILE=/etc/loggedfs.xml

# If set to no, will log using logrotate in /var/log/loggedfs/
# Otherwise, put log in syslog
USE_SYSLOG=no

# Which part of fs to log by default. See the warning in
# loggedfs README.Debian if you want to log directly important
# parts of # your fs like /home or /home/user
# (this is strongly discouraged: only audit subdirectories of them)
AUDIT_DIR=/home/user/directory

# BE CAREFUL, IF YOU SET THIS PARAMETER TO 'NO' ONLY ROOT WILL
# HAVE ACCESS TO AUDIT_DIR, POSSIBLY CRASHING YOUR SYSTEM
ACCESS_EVERYONE=yes

# You can add additional options to the daemon there
ADDITIONAL_OPTIONS=""
