Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / checkPerms
Function: checkPerms()
ts
function checkPerms(opts): Promise<CheckResult[]>;Defined in: packages/security/src/hardening/doctor.ts:66
Verify that a set of paths carry the expected POSIX modes. Used by graphorin doctor --check-perms.
Parameters
| Parameter | Type |
|---|---|
opts | CheckPermsOptions |
Returns
Promise<CheckResult[]>