summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2017-03-16 11:18:46 +0000
committerDaniel P. Berrange <berrange@redhat.com>2017-05-09 14:41:47 +0100
commit899833cd65cafbdbae4b5b9da3b1c3726e13e299 (patch)
tree10b88f8e25b6d00726fdde07a1139b3b1b789ff8 /MAINTAINERS
parentc6a9a9f57503a2736c08711a0387c3e7718353ba (diff)
downloadqemu-899833cd65cafbdbae4b5b9da3b1c3726e13e299.tar.gz
List SASL config file under the cryptography maintainer's realm
No one is listed as maintainer for qemu.sasl. It is used by the VNC server for SASL auth, but since it is cryptography related, list it under the crytography maintainer's realm, rather than under the UI maintainer. Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index efdec47319..b4d877b92b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1484,6 +1484,7 @@ S: Maintained
F: crypto/
F: include/crypto/
F: tests/test-crypto-*
+F: qemu.sasl
Coroutines
M: Stefan Hajnoczi <stefanha@redhat.com>