mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
remove comment
This commit is contained in:
@@ -107,7 +107,6 @@ bool prepareIdentity(const QByteArray &source, const QString &friendlyName, QByt
|
||||
return true;
|
||||
}
|
||||
|
||||
// Removes any previously imported identity with this label from the login keychain.
|
||||
void removeIdentityFromLoginKeychain(const QString &label)
|
||||
{
|
||||
NSDictionary *query = @{
|
||||
@@ -198,7 +197,6 @@ NSData *copyIdentityPersistentRef(const QString &label)
|
||||
return (NSData *)CFAutorelease(persistentRef);
|
||||
}
|
||||
|
||||
// Runs /usr/bin/security as root through the privileged Amnezia service.
|
||||
void runPrivilegedSecurity(const QString &label, const QStringList &arguments)
|
||||
{
|
||||
auto process = IpcClient::CreatePrivilegedProcess();
|
||||
|
||||
Reference in New Issue
Block a user