/etc/default/loggedfs is in loggedfs 0.5-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # 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=""
|