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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
expected | readonly | Readonly<Record<string, number>> | 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 |