Class SquashMode (0.5.0)

SquashMode(value)

SquashMode defines how remote user privileges are restricted when accessing an NFS export. It controls how user identities (like root) are mapped to anonymous users to limit access and enforce security.

Enums

Name Description
SQUASH_MODE_UNSPECIFIED Defaults to NO_ROOT_SQUASH.
NO_ROOT_SQUASH The root user (UID 0) retains full access. Other users are unaffected.
ROOT_SQUASH The root user (UID 0) is squashed to anonymous user ID. Other users are unaffected.
ALL_SQUASH All users are squashed to anonymous user ID.