This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-verify-policy/conf/verify_policy.conf
fengweihao 3cd7b7dbf9 TSG-14954 verify-policy支持验证代理拦截策略
TSG-14955 verify-policy合并安全策略和代理策略maat句柄
2023-05-09 14:26:43 +08:00

39 lines
803 B
Plaintext

[SYSTEM]
#1:print on screen, 0:don't
DEBUG_SWITCH = 1
#10:DEBUG, 20:INFO, 30:FATAL
RUN_LOG_LEVEL = 10
RUN_LOG_PATH = "conf/zlog.conf"
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 2: iris
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
full_cfg_dir=verify-policy/
inc_cfg_dir=verify-policy/
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