Hi, I renamed min-metadata-service -> min-cloud-agent. Can we update the policy? I think it's OK to just delete the old policy as no release shipped min-metadata-service.
diff --git a/cloudform.fc b/cloudform.fc index d0501e3..ab279d9 100644 --- a/cloudform.fc +++ b/cloudform.fc @@ -2,6 +2,7 @@ /usr/bin/cloud-init -- gen_context(system_u:object_r:cloud_init_exec_t,s0) /usr/libexec/min-metadata-service -- gen_context(system_u:object_r:cloud_init_exec_t,s0) +/usr/libexec/min-cloud-agent -- gen_context(system_u:object_r:cloud_init_exec_t,s0) is a path OK?
Yep, can you also add /var/lib/min-cloud-agent as cloud_var_lib_t ? Thanks!
Added.