summary refs log tree commit diff
path: root/docs/libnm/html/NMSettingConnection.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libnm/html/NMSettingConnection.html')
-rw-r--r--docs/libnm/html/NMSettingConnection.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html
index a7372abc..0ec4eca5 100644
--- a/docs/libnm/html/NMSettingConnection.html
+++ b/docs/libnm/html/NMSettingConnection.html
@@ -1791,9 +1791,10 @@ the change takes effect immediately.</p>
 <pre class="programlisting">  “permissions”              <span class="type">GStrv</span></pre>
 <p>An array of strings defining what access a given user has to this
 connection.  If this is <code class="literal">NULL</code> or empty, all users are allowed to access
-this connection.  Otherwise a user is allowed to access this connection
-if and only if they are in this list. Each entry is of the form
-"[type]:[id]:[reserved]"; for example, "user:dcbw:blah".</p>
+this connection; otherwise users are allowed if and only if they are in
+this list.  When this is not empty, the connection can be active only when
+one of the specified users is logged into an active session.  Each entry
+is of the form "[type]:[id]:[reserved]"; for example, "user:dcbw:blah".</p>
 <p>At this time only the "user" [type] is allowed.  Any other values are
 ignored and reserved for future use.  [id] is the username that this
 permission refers to, which may not contain the ":" character. Any