Rename keyring "access/revoke" to "unlock/lock".
The unlock/lock concept just seems easier to grasp and is used in various similar tools as well.
This commit is contained in:
committed by
Ryan Leavengood
parent
f17ddab827
commit
c8ae843f3d
@@ -71,11 +71,11 @@ public:
|
||||
status_t GetNextMasterKeyring(uint32& cookie,
|
||||
BString& keyring);
|
||||
|
||||
// Access
|
||||
// Locking
|
||||
|
||||
bool IsKeyringAccessible(const char* keyring);
|
||||
status_t RevokeAccess(const char* keyring);
|
||||
status_t RevokeMasterAccess();
|
||||
bool IsKeyringUnlocked(const char* keyring);
|
||||
status_t LockKeyring(const char* keyring);
|
||||
status_t LockMasterKeyring();
|
||||
|
||||
// Applications
|
||||
|
||||
|
||||
Reference in New Issue
Block a user