mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 08:56:32 +00:00
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:
@@ -706,6 +706,7 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${AGENT_POLICY}" == "yes" ]; then
|
if [ "${AGENT_POLICY}" == "yes" ]; then
|
||||||
|
info "Install the default policy"
|
||||||
# Install default settings for the kata-opa service.
|
# Install default settings for the kata-opa service.
|
||||||
local kata_opa_in_dir="${script_dir}/../../../src/kata-opa"
|
local kata_opa_in_dir="${script_dir}/../../../src/kata-opa"
|
||||||
local opa_settings_dir="/etc/kata-opa"
|
local opa_settings_dir="/etc/kata-opa"
|
||||||
|
Reference in New Issue
Block a user