Skip to content
Snippets Groups Projects
Commit d2937536 authored by Axel Hahn's avatar Axel Hahn
Browse files

remove unneeded validation file

parent 65273a5f
No related branches found
No related tags found
1 merge request!129Db Profiles
# ----------------------------------------------------------------------
#
# VALIDATE PROFILE INI
#
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
# section names
#
# SYNTAX:
# comma separated list of sections
# ----------------------------------------------------------------------
# sections that MUST be present
sectionsMust="detect,set"
# sections that CAN be present
sectionsCan=""
# ----------------------------------------------------------------------
# variables
#
# SYNTAX:
# - one line per ini entry.
# - <section>.<variable> OR <section>.<variable>:<regex-to-match>
# The regey is applied with grep -E parameter for extended regex
# and "^<regex-to-match>$" for complete value
# ----------------------------------------------------------------------
varsMust=""
varsCan="
detect.binary
detect.process
detect.tcp-port:[0-9]*
detect.tcp-target
detect.tcp-process
detect.type:sqlite
detect.file[]
set.dbuser
set.dbpassword
set.env
set.params
set.su
"
# ----------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment