@@ -13,6 +13,42 @@ class SystemAccounts1UserProxy : public DBusProxyBase {
1313 QDBusConnection::BusType dbusType, QObject *parent = nullptr )
1414 : DBusProxyBase(dbusName, dbusPath, dbusInterface, proxyDbusName, proxyDbusPath, proxyDbusInterface, dbusType, parent)
1515 {
16+ QMap<QString, QString> auth;
17+ auth[" AddGroup" ] = " org.deepin.dde.api.proxy" ;
18+ auth[" DeleteGroup" ] = " org.deepin.dde.api.proxy" ;
19+ auth[" DeleteIconFile" ] = " org.deepin.dde.api.proxy" ;
20+ auth[" DeleteSecretKey" ] = " org.deepin.dde.api.proxy" ;
21+ auth[" EnableNoPasswdLogin" ] = " org.deepin.dde.api.proxy" ;
22+ auth[" EnableWechatAuth" ] = " org.deepin.dde.api.proxy" ;
23+ auth[" SetAutomaticLogin" ] = " org.deepin.dde.api.proxy" ;
24+ auth[" SetCurrentWorkspace" ] = " org.deepin.dde.api.proxy" ;
25+ auth[" SetDesktopBackgrounds" ] = " org.deepin.dde.api.proxy" ;
26+ auth[" SetFullName" ] = " org.deepin.dde.api.proxy" ;
27+ auth[" SetGreeterBackground" ] = " org.deepin.dde.api.proxy" ;
28+ auth[" SetGroups" ] = " org.deepin.dde.api.proxy" ;
29+ auth[" SetHistoryLayout" ] = " org.deepin.dde.api.proxy" ;
30+ auth[" SetHomeDir" ] = " org.deepin.dde.api.proxy" ;
31+ auth[" SetIconFile" ] = " org.deepin.dde.api.proxy" ;
32+ auth[" SetLayout" ] = " org.deepin.dde.api.proxy" ;
33+ auth[" SetLocale" ] = " org.deepin.dde.api.proxy" ;
34+ auth[" SetLocked" ] = " org.deepin.dde.api.proxy" ;
35+ auth[" SetLongDateFormat" ] = " org.deepin.dde.api.proxy" ;
36+ auth[" SetMaxPasswordAge" ] = " org.deepin.dde.api.proxy" ;
37+ auth[" SetPassword" ] = " org.deepin.dde.api.proxy" ;
38+ auth[" SetPasswordHint" ] = " org.deepin.dde.api.proxy" ;
39+ auth[" SetQuickLogin" ] = " org.deepin.dde.api.proxy" ;
40+ auth[" SetSecretKey" ] = " org.deepin.dde.api.proxy" ;
41+ auth[" SetSecretQuestions" ] = " org.deepin.dde.api.proxy" ;
42+ auth[" SetShell" ] = " org.deepin.dde.api.proxy" ;
43+ auth[" SetShortDateFormat" ] = " org.deepin.dde.api.proxy" ;
44+ auth[" SetShortTimeFormat" ] = " org.deepin.dde.api.proxy" ;
45+ auth[" SetUse24HourFormat" ] = " org.deepin.dde.api.proxy" ;
46+ auth[" SetWeekBegins" ] = " org.deepin.dde.api.proxy" ;
47+ auth[" SetWeekdayFormat" ] = " org.deepin.dde.api.proxy" ;
48+ auth[" UpdateWechatAuthState" ] = " org.deepin.dde.api.proxy" ;
49+ auth[" VerifySecretQuestions" ] = " org.deepin.dde.api.proxy" ;
50+ auth[" SetLongTimeFormat" ] = " org.deepin.dde.api.proxy" ;
51+ InitCheckAuthorization (auth);
1652 ServiceStart ();
1753 }
1854 virtual DDBusExtendedAbstractInterface * initConnect () {
0 commit comments