summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--soft/SoftGateKeeper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/soft/SoftGateKeeper.h b/soft/SoftGateKeeper.h
index 2f4f4d7..f646f70 100644
--- a/soft/SoftGateKeeper.h
+++ b/soft/SoftGateKeeper.h
@@ -105,7 +105,7 @@ public:
}
virtual bool IsHardwareBacked() const {
- return false;
+ return true;
}
virtual bool GetFailureRecord(uint32_t uid, secure_id_t user_id, failure_record_t *record,