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 <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Peter Krempa 2022-04-14 13:36:11 +02:00
parent eefe52b8f0
commit 51ed2a01d7

View File

@ -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, 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 then an IPv6 connection will be made, otherwise IPv4 will be used. In summary it
should just 'do the right thing(tm)'. 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 <https://www.redhat.com/mailman/listinfo/libvir-list>`__.