# Audit system
system:
  exclude_plugins:
    - ""
  postfix:
    postfix_file: "/etc/postfix/master.cf"
  sysctl:
    sysctl_file: "/etc/sysctl.conf"
  apache:
    apache_directory: "/etc/apache2/"

# Audit application
application:
  pattern_file:
    - ".py"
    - ".php"
    - ".c"