about summary refs log tree commit diff
path: root/docs/api/html/NetworkManager.conf.html
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2020-01-07 16:43:07 +0100
committerSebastien Bacher <seb128@ubuntu.com>2020-01-07 16:43:07 +0100
commita524db35ac5c2099671d16318524e277e88631be (patch)
tree54b29c42a317b9a13c3049ff85b14f7dce734cf6 /docs/api/html/NetworkManager.conf.html
parent6917e28d2d16138d6d497dc96efafe573b4b0979 (diff)
parent724bcc5c7be3aed3646ed2b2989c34d438217176 (diff)
Merge branch 'upstream/latest' of https://salsa.debian.org/utopia-team/network-manager into upstream
Diffstat (limited to 'docs/api/html/NetworkManager.conf.html')
-rw-r--r--docs/api/html/NetworkManager.conf.html23
1 files changed, 21 insertions, 2 deletions
diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html
index 17973d0d..97287e90 100644
--- a/docs/api/html/NetworkManager.conf.html
+++ b/docs/api/html/NetworkManager.conf.html
@@ -151,8 +151,11 @@ plugins-=remove-me
 <tr>
 <td><p><span class="term"><code class="varname">auth-polkit</code></span></p></td>
 <td><p>Whether the system uses PolicyKit for authorization.
-        If <code class="literal">false</code>, all requests will be allowed. If
-        <code class="literal">true</code>, non-root requests are authorized using PolicyKit.
+        If <code class="literal">true</code>, non-root requests are authorized using PolicyKit.
+        Requests from root (user ID zero) are always granted without asking PolicyKit.
+        If <code class="literal">false</code>, all requests will be allowed and PolicyKit is
+        not used. If set to <code class="literal">root-only</code> PolicyKit is not used and
+        all requests except root are denied.
         The default value is <code class="literal">true</code>.
         </p></td>
 </tr>
@@ -684,6 +687,14 @@ ipv6.ip6-privacy=0
 <td></td>
 </tr>
 <tr>
+<td><p><span class="term"><code class="varname">ipv4.dhcp-iaid</code></span></p></td>
+<td><p>If left unspecified, it defaults to "ifname".</p></td>
+</tr>
+<tr>
+<td><p><span class="term"><code class="varname">ipv4.dhcp-hostname-flags</code></span></p></td>
+<td><p>If left unspecified, the value 3 (fqdn-encoded,fqdn-serv-update) is used.</p></td>
+</tr>
+<tr>
 <td><p><span class="term"><code class="varname">ipv4.dhcp-timeout</code></span></p></td>
 <td><p>If left unspecified, the default value for
            the interface type is used.</p></td>
@@ -709,6 +720,14 @@ ipv6.ip6-privacy=0
 <td><p>If left unspecified, it defaults to "lease".</p></td>
 </tr>
 <tr>
+<td><p><span class="term"><code class="varname">ipv6.dhcp-iaid</code></span></p></td>
+<td><p>If left unspecified, it defaults to "ifname".</p></td>
+</tr>
+<tr>
+<td><p><span class="term"><code class="varname">ipv6.dhcp-hostname-flags</code></span></p></td>
+<td><p>If left unspecified, the value 1 (fqdn-serv-update) is used.</p></td>
+</tr>
+<tr>
 <td><p><span class="term"><code class="varname">ipv6.dhcp-timeout</code></span></p></td>
 <td><p>If left unspecified, the default value for
            the interface type is used.</p></td>