mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 10:30:22 +01:00
The Settings.Connection interface is now only provided by NetworkManager itself since there is only one settings service. NM can validate requests for secrets internally and thus there's no need to lock down GetSecrets using a separate D-Bus interface, since PolicyKit provides that functionality on systems where this is desirable (ie multi-user). Single-user systems that do not have PolicyKit will inherently trust the user already, or if not D-Bus auth is flexible enough to lock down the GetSecrets method individually even if it's not on a separate D-Bus interface. Second, since only clients like connection editors or applets will be calling the GetSecrets method, there's no need for 'hints' or 'request_new' arguments here since this method should never trigger an interactive secrets request. Only NM should send those requests when it knows it needs to ask the user, either during connection or after validating the incoming GetSecrets request. A connection editor type application should never be able to trigger the normal "What's your passphrase" dialog thats provided by the secret agent for that user's session. |
||
|---|---|---|
| .. | ||
| all.xml | ||
| errors.xml | ||
| generic-types.xml | ||
| Makefile.am | ||
| nm-access-point.xml | ||
| nm-active-connection.xml | ||
| nm-agent-manager.xml | ||
| nm-device-bt.xml | ||
| nm-device-cdma.xml | ||
| nm-device-ethernet.xml | ||
| nm-device-gsm.xml | ||
| nm-device-olpc-mesh.xml | ||
| nm-device-serial.xml | ||
| nm-device-wifi.xml | ||
| nm-device-wimax.xml | ||
| nm-device.xml | ||
| nm-dhcp4-config.xml | ||
| nm-dhcp6-config.xml | ||
| nm-ip4-config.xml | ||
| nm-ip6-config.xml | ||
| nm-manager-client.xml | ||
| nm-manager.xml | ||
| nm-ppp-manager.xml | ||
| nm-secret-agent.xml | ||
| nm-settings.xml | ||
| nm-sysconfig-connection.xml | ||
| nm-vpn-connection.xml | ||
| nm-vpn-plugin.xml | ||
| nm-wimax-nsp.xml | ||
| vpn-errors.xml | ||