osbuilder: Log when the default policy is installed

This will help us to debug issues in the future (and would have helped
in the past as well). :-)

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2024-05-14 19:54:45 +02:00
parent 75bd97e8df
commit 92bb235723
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B

View File

@ -706,6 +706,7 @@ EOF
fi
if [ "${AGENT_POLICY}" == "yes" ]; then
info "Install the default policy"
# Install default settings for the kata-opa service.
local kata_opa_in_dir="${script_dir}/../../../src/kata-opa"
local opa_settings_dir="/etc/kata-opa"