> Subject: [Yum-devel] [PATCH] Try to workaround the case where non-root users
> can't read certs. BZ 690904.
>
> ---
> docs/yum.conf.5 | 13 +++++++++++++
> yum/__init__.py | 12 ++++++++++++
> yum/config.py | 2 ++
> 3 files changed, 27 insertions(+), 0 deletions(-)
ACK. Not sure if we need it configurable, but it should not hurt.
> + ssl_check_cert_permissions = BoolOption(True)
> + ssl_check_cert_permissions = Inherit(YumConf.sslclientkey)
^^^^^^^^^^^^
That's a typo!
_______________________________________________
Yum-devel mailing list
[email protected]
http://lists.baseurl.org/mailman/listinfo/yum-devel