diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-10-10 21:54:05 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-10-10 21:54:21 +0200 |
commit | 6ab1502519025e2bd05d01d49fe3d0f1ce8d6bd6 (patch) | |
tree | b851d0b12249cefd3bdbec8efac1e0f8d5c4e175 /man/strongswan.conf.5.in | |
parent | 7f3bf2b12f81e85c9a0a66c6bcc5c2b44db66b49 (diff) | |
download | strongswan-6ab1502519025e2bd05d01d49fe3d0f1ce8d6bd6.tar.bz2 strongswan-6ab1502519025e2bd05d01d49fe3d0f1ce8d6bd6.tar.xz |
implemented os_info_t class
Diffstat (limited to 'man/strongswan.conf.5.in')
-rw-r--r-- | man/strongswan.conf.5.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 217d7d739..f7233c92c 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -764,10 +764,13 @@ Debug level for a stand-alone libimcv library .TP .BR libimcv.stderr_quiet " [no]" Disable output to stderr with a stand-alone libimcv library -.SS libimcv plugins section .TP -.BR libimcv.plugins.imc-attestation.platform_info -Information on operating system and hardware platform +.BR libimcv.os_info.name +Manually set the name of the client OS (e.g. Ubuntu) +.TP +.BR libimcv.os_info.version +Manually set the version of the client OS (e.g. 12.04 i686) +.SS libimcv plugins section .TP .BR libimcv.plugins.imc-attestation.aik_blob AIK encrypted private key blob file @@ -799,9 +802,6 @@ Preferred measurement hash algorithm .BR libimcv.plugins.imv-attestation.min_nonce_len " [0]" DH minimum nonce length .TP -.BR libimcv.plugins.imv-attestation.platform_info -Information on operating system and hardware platform -.TP .BR libimcv.plugins.imv-scanner.closed_port_policy " [yes]" By default all ports must be closed (yes) or can be open (no) .TP |