35 lines
749 B
Plaintext
35 lines
749 B
Plaintext
[SYSTEM]
|
|
# kill -s SIGHUP "pid" to reload the configuration
|
|
#0:LOG_TRACE 1:LOG_DEBUG 2:LOG_INFO 3:LOG_WARN 4:LOG_ERROR 5:LOG_FATAL
|
|
log_level=5
|
|
|
|
disable_coredump=0
|
|
enable_breakpad=1
|
|
breakpad_minidump_dir="/tmp/verify-policy/crashreport"
|
|
enable_breakpad_upload=0
|
|
breakpad_upload_url="http://127.0.0.1/"
|
|
|
|
[CONFIG]
|
|
#Number of running threads
|
|
thread-nu = 4
|
|
|
|
[maat]
|
|
# 0:json 1: redis
|
|
maat_input_mode=1
|
|
table_info=./resource/table_info.conf
|
|
json_cfg_file=./resource/verify-policy.json
|
|
|
|
stat_switch=1
|
|
stat_file=log/maat_stat.db
|
|
|
|
maat_redis_server=192.168.40.131
|
|
maat_redis_port_range=7002
|
|
maat_redis_db_index=0
|
|
effect_interval_s=1
|
|
accept_tags={"tags":[{"tag":"location","value":"Astana"}]}
|
|
|
|
[LISTEN]
|
|
#Local monitor port number, default is 9991
|
|
port = 9994
|
|
|