Rtos API example

Embed: (wiki syntax)

« Back to documentation index

ARM_CFSTORE_ACCESS_CONTROL_LIST Struct Reference

ARM_CFSTORE_ACCESS_CONTROL_LIST Struct Reference

The access control permissions for the key-value. More...

#include <configuration_store.h>

Data Fields

uint32_t perm_owner_read: 1
 When set this KV is owner readable.
uint32_t perm_owner_write: 1
 When set this KV is owner writable. The owner should set this bit to be able delete the KV.
uint32_t perm_owner_execute: 1
 When set this KV is owner executable.
uint32_t perm_other_read: 1
 When set this KV is world readable.
uint32_t perm_other_write: 1
 When set this KV is world writable. If set then a world client can delete this KV.
uint32_t perm_other_execute: 1
 When set this KV is world executable (currently not supported)
uint32_t reserved: 26
 reserved for future use.

Detailed Description

The access control permissions for the key-value.

Definition at line 201 of file configuration_store.h.


Field Documentation

When set this KV is world executable (currently not supported)

Definition at line 208 of file configuration_store.h.

uint32_t perm_other_read

When set this KV is world readable.

Definition at line 206 of file configuration_store.h.

uint32_t perm_other_write

When set this KV is world writable. If set then a world client can delete this KV.

Definition at line 207 of file configuration_store.h.

When set this KV is owner executable.

Definition at line 205 of file configuration_store.h.

uint32_t perm_owner_read

When set this KV is owner readable.

Definition at line 203 of file configuration_store.h.

uint32_t perm_owner_write

When set this KV is owner writable. The owner should set this bit to be able delete the KV.

Definition at line 204 of file configuration_store.h.

uint32_t reserved

reserved for future use.

Definition at line 209 of file configuration_store.h.