Expand description
Mechanism for managing storage read & write permissions.
These permissions are intended for userspace applications so the kernel can restrict which stored elements the apps have access to.
Structs§
- Fixed
Size Permissions StoragePermissions
with a fixed size number of read and modify permissions.- Listed
Permissions StoragePermissions
with arbitrary static arrays holding read and modify permissions.- Storage
Permissions - Permissions for accessing persistent storage.