summaryrefslogtreecommitdiff
path: root/introspection/nm-settings.xml
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2014-01-09 11:44:44 -0600
committerDan Williams <dcbw@redhat.com>2014-01-23 16:48:19 -0600
commit8ab8990938b995a8b49e995ff844fa359c9b4443 (patch)
treee6a9c8050c4f8179a80c6c09717e643e69a5db38 /introspection/nm-settings.xml
parent29e00fde5889f415d6cde2474e0277a27bb4cbba (diff)
downloadNetworkManager-8ab8990938b995a8b49e995ff844fa359c9b4443.tar.gz
settings: return error from GetConnectionByUuid() if caller not in ACL
While this function only returns the path of the requested connection (the actual settings are always protected), callers that aren't in the connection's ACL still probably shouldn't get that, if only to be pedantic.
Diffstat (limited to 'introspection/nm-settings.xml')
-rw-r--r--introspection/nm-settings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/introspection/nm-settings.xml b/introspection/nm-settings.xml
index 7e02db7216..e36f206db9 100644
--- a/introspection/nm-settings.xml
+++ b/introspection/nm-settings.xml
@@ -23,6 +23,7 @@
Retrieve the object path of a connection, given that connection's UUID.
</tp:docstring>
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_get_connection_by_uuid"/>
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg name="uuid" type="s" direction="in">
<tp:docstring>
The UUID to find the connection object path for.