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