imv-attestation: Fixed file hash measurements
The introduction of file versions broke file hash measurements. This has been fixed by using a generic product versions having an empty package name.
This commit is contained in:
@@ -14,7 +14,7 @@ charon {
|
||||
default = 0
|
||||
}
|
||||
daemon {
|
||||
tnc = 3
|
||||
tnc = 2
|
||||
imc = 3
|
||||
pts = 3
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ charon {
|
||||
default = 0
|
||||
}
|
||||
daemon {
|
||||
tnc = 3
|
||||
tnc = 2
|
||||
imc = 3
|
||||
pts = 3
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ charon {
|
||||
default = 0
|
||||
}
|
||||
daemon {
|
||||
tnc = 3
|
||||
tnc = 2
|
||||
imv = 3
|
||||
pts = 3
|
||||
}
|
||||
@@ -37,7 +37,7 @@ libimcv {
|
||||
policy_script = /usr/local/libexec/ipsec/imv_policy_manager
|
||||
plugins {
|
||||
imv-attestation {
|
||||
hash_algorithm = sha1
|
||||
hash_algorithm = sha256
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user