diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-11-29 17:27:23 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-01-23 10:15:07 +0100 |
commit | 5ab03863b0b5558cf29c2386839c379506edd779 (patch) | |
tree | 69381b42a082cdd54da45e318506507f7aa76ab8 /man/strongswan.conf.5.in | |
parent | 040cf911a60caa12994b4d21b259c069f136d7b1 (diff) | |
download | strongswan-5ab03863b0b5558cf29c2386839c379506edd779.tar.bz2 strongswan-5ab03863b0b5558cf29c2386839c379506edd779.tar.xz |
stroke: Add an option to prevent log level changes via stroke socket
Diffstat (limited to 'man/strongswan.conf.5.in')
-rw-r--r-- | man/strongswan.conf.5.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 0d5289253..2509a82c4 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -721,6 +721,9 @@ certificates even if they don't contain a CA basic constraint. .BR charon.plugins.stroke.max_concurrent " [4]" Maximum number of stroke messages handled concurrently .TP +.BR charon.plugins.stroke.prevent_loglevel_changes " [no]" +If enabled log level changes via stroke socket are not allowed. +.TP .BR charon.plugins.stroke.socket " [unix://@piddir@/charon.ctl]" Socket provided by the stroke plugin .TP |