keystore_server: Use path as dummy checksum.
* Slighty better than nothing.
This commit is contained in:
parent
d249a6ae85
commit
707717e8be
@ -648,7 +648,7 @@ KeyStoreServer::_ValidateAppAccess(Keyring& keyring, const app_info& appInfo,
|
||||
return result;
|
||||
|
||||
// TODO: Implement running image checksum mechanism.
|
||||
BString checksum = "dummy";
|
||||
BString checksum = path.Path();
|
||||
|
||||
bool appIsNew = false;
|
||||
bool appWasUpdated = false;
|
||||
|
Loading…
Reference in New Issue
Block a user