Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / HardeningStatus
Interface: HardeningStatus
Defined in: packages/security/src/hardening/apply.ts:61
Snapshot of the current hardening posture. Returned by applyProcessHardening(...) and queryable later via getHardeningStatus(...).
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
applied | readonly | true | True only after applyProcessHardening ran in this process. | packages/security/src/hardening/apply.ts:70 |
appliedAt | readonly | number | - | packages/security/src/hardening/apply.ts:68 |
euid | readonly | number | undefined | - | packages/security/src/hardening/apply.ts:63 |
platform | readonly | Platform | - | packages/security/src/hardening/apply.ts:62 |
preferFchmod | readonly | boolean | - | packages/security/src/hardening/apply.ts:67 |
previousUmask | readonly | number | - | packages/security/src/hardening/apply.ts:64 |
refuseRoot | readonly | boolean | - | packages/security/src/hardening/apply.ts:66 |
umask | readonly | number | - | packages/security/src/hardening/apply.ts:65 |