Module storage_permissions

Source
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§

FixedSizePermissions
StoragePermissions with a fixed size number of read and modify permissions.
ListedPermissions
StoragePermissions with arbitrary static arrays holding read and modify permissions.
StoragePermissions
Permissions for accessing persistent storage.