/etc/tnc_config File
Purpose
Stores the information on the various Integrity Measurement Collector (IMC) and Integrity Measurement Verifier (IMV) modules configured on the system.
Description
The /etc/tnc_config file is a Trusted Network Connect (TNC) standard configuration file. It stores the information on the various IMC and IMV modules configured on the system.
Format
- ModuleType
- Specifies type of the module, whether it is IMC or IMV.
- Comment
- Specifies the comment on the module.
- ModulePath
- Specifies the path of the module shared object.
The TNC server and client daemons use this configuration to load the various modules configured on the system. The modules should be standard shared library archives, and the dlopen() calls is used to read the symbols.
Examples
IMC “FILESETS” /usr/lib/security/tnc/imc_filesets.a(shr.o)