Module btfproto::local_fs

source ·
Expand description

Contains the types used to implement LocalFs.

Structs

  • This type provides context for an authorization decision as to whether a given process will be allowed to access a block.
  • A struct for managing the part of a blocktree stored in the local filesystem.
  • A particularly simple authorizer that just looks at the mode bits in the block metadata to make authorization decisions.

Enums

  • Represents the errors which can occur in the LocalFs type.

Traits

  • A trait for types which can render authorization decisions.