From: Peter Krempa Date: Thu, 14 Apr 2022 11:36:11 +0000 (+0200) Subject: docs: remote: Remove 'Limitations' paragraph X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=51ed2a01d7020807af2cf50c98c5e8e08fd6f238;p=libvirt.git docs: remote: Remove 'Limitations' paragraph The paragraph talks about lack of fine grained access control which was already added a long time ago. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/docs/remote.rst b/docs/remote.rst index 100df95e1f..933166144d 100644 --- a/docs/remote.rst +++ b/docs/remote.rst @@ -207,13 +207,3 @@ connections on both IPv4 and IPv6 protocols. If a client has an IPv6 address configured and the DNS address resolved for a service is reachable over IPv6, then an IPv6 connection will be made, otherwise IPv4 will be used. In summary it should just 'do the right thing(tm)'. - -Limitations ------------ - -- Fine-grained authentication: libvirt in general, but in particular the remote - case should support more fine-grained authentication for operations, rather - than just read-write/read-only as at present. - -Please come and discuss these issues and more on `the mailing -list `__.