mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-13 13:47:44 +02:00
Verify app signature
This commit is contained in:
@ -84,11 +84,12 @@ protected:
|
||||
* DB Strings *
|
||||
**************/
|
||||
|
||||
constexpr const char *DB_STRING_KEYS[] = { "requester" };
|
||||
constexpr const char *DB_STRING_KEYS[] = { "requester", "cert_digest" };
|
||||
|
||||
// Strings keys indices
|
||||
enum {
|
||||
SU_MANAGER = 0
|
||||
SU_MANAGER = 0,
|
||||
CERT_DIGEST
|
||||
};
|
||||
|
||||
class db_strings : public db_dict<std::string, std::size(DB_STRING_KEYS)> {
|
||||
|
Reference in New Issue
Block a user