fix: add missing pragma Singleton to SessionAudit.qml
This commit is contained in:
parent
10c206c09c
commit
bc0814939e
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// Session audit trail — tamper-evident log of session state transitions.
|
||||
pragma Singleton
|
||||
//
|
||||
// Every lock/unlock, sleep/wake, auth event, and break-glass grant is
|
||||
// appended to an append-only log file with a hash chain. Each entry
|
||||
|
|
|
|||
Loading…
Reference in a new issue