Skip to content

Commit

Permalink
chore: 开放system/network权限 (#34)
Browse files Browse the repository at this point in the history
开放system/network权限

Co-authored-by: fuleyi <[email protected]>
  • Loading branch information
fly602 and fly602 authored Jul 19, 2024
1 parent cca9cc3 commit 8702974
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dbus-proxy/v1/system/org_deepin_dde_Network1.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ class SystemNetwork1Proxy : public DBusProxyBase {
QDBusConnection::BusType dbusType, QObject *parent = nullptr)
: DBusProxyBase(dbusName, dbusPath, dbusInterface, proxyDbusName, proxyDbusPath, proxyDbusInterface, dbusType, parent)
{
InitFilterProperies(QStringList({}));
InitFilterMethods(QStringList({"EnableDevice"}));
ServiceStart();
}
virtual DDBusExtendedAbstractInterface *initConnect()
Expand Down

0 comments on commit 8702974

Please sign in to comment.