Commit 39c328e
Neo
harden: enforceGatedOwnerKeyForValue is now private(set)
The go-live gated-key value-signing wall (signForValue refuses a non-biometric-gated
owner key when this flag is on) was a plain settable static. Nothing in the app or
tests assigns it at runtime, so making it private(set) changes no behavior today — it
just removes the ability for any code (including the Morpheus advisor) to disarm the
wall by writing it false. Go-live still arms it by flipping the default. Pure-win
hardening, independent of Morpheus.1 parent 38c2c76 commit 39c328e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments