strongswan/src/libimcv/ita
Andreas Steffen 2ea1dac203 libimcv: Support symlinks introduced by usrmerge
Debian, Ubuntu, Fedora et. al. started to apply usrmerge to their
latest Linux distributions, i.e.  /bin, /sbin, and /lib are now
symbolical links to /usr/bin, /usr/sbin, and /usr/lib, respectively.
Since executables and libraries are contained only once in Linux
packages (e.g. /bin/cp in coreutils but not /usr/bin/cp) this leads
to missing file measurments due to the symlinks when doing remote
attestation.

The new ita_attr_symlinks PA-TNC attribute fixes this problem by
collecting symbolic links pointing to directories on the client
platform.
2021-01-08 11:00:15 +01:00
..
ita_attr.c libimcv: Support symlinks introduced by usrmerge 2021-01-08 11:00:15 +01:00
ita_attr.h libimcv: Support symlinks introduced by usrmerge 2021-01-08 11:00:15 +01:00
ita_attr_angel.c Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
ita_attr_angel.h Added total length parameter in PA-TNC attribute constructor 2014-10-05 12:55:38 +02:00
ita_attr_command.c Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
ita_attr_command.h Added total length parameter in PA-TNC attribute constructor 2014-10-05 12:55:38 +02:00
ita_attr_dummy.c Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
ita_attr_dummy.h Added total length parameter in PA-TNC attribute constructor 2014-10-05 12:55:38 +02:00
ita_attr_get_settings.c Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
ita_attr_get_settings.h Added total length parameter in PA-TNC attribute constructor 2014-10-05 12:55:38 +02:00
ita_attr_settings.c Fixed some typos, courtesy of codespell 2018-05-23 16:33:02 +02:00
ita_attr_settings.h Added total length parameter in PA-TNC attribute constructor 2014-10-05 12:55:38 +02:00
ita_attr_symlinks.c libimcv: Support symlinks introduced by usrmerge 2021-01-08 11:00:15 +01:00
ita_attr_symlinks.h libimcv: Support symlinks introduced by usrmerge 2021-01-08 11:00:15 +01:00