9.13.3.4.128. Function sss_key_object_set_access¶
Defined in File fsl_sss_api.h
9.13.3.4.128.1. Function Documentation¶
-
sss_status_t
sss_key_object_set_access(sss_object_t *keyObject, uint32_t access, uint32_t options)¶ Assign access permissions to a key object.
- Parameters
keyObject: the object where permission restrictions are appliedaccess: Logical OR of read, write, delete, use, change attributes defined by enum _sss_access_permission.options: Transient or persistent update. Allows for transient update of persistent attributes.
