Updated: October 28, 2024 |
Return the policy id of any policy that has been pushed to procnto
#include <dev/crypto/secpol.h>
int secpol_get_policy_id(uint32_t *policy_id)
This should be used to verify that it matches the policy id of any blob that is used from a policy file as mismatched policies might have unwanted results.
0 if call was successful, or -1 if request failed (errno is set).