Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / CheckPermsOptions

Interface: CheckPermsOptions

Defined in: packages/security/src/hardening/doctor.ts:51

Options for checkPerms(...).

Stable

Properties

PropertyModifierTypeDescriptionDefined in
expectedreadonlyReadonly<Record&lt;string, number&gt;>Map of path → expected POSIX mode. Each entry is checked against lstat. Missing files surface as 'warn' so the doctor can recommend graphorin init.packages/security/src/hardening/doctor.ts:57