From 43d5c398801f5ffa9104c6154d8df0f8407cc063 Mon Sep 17 00:00:00 2001 From: Yuping Zuo Date: Thu, 27 Jun 2019 10:23:17 +0800 Subject: [PATCH] Update SELinux doc Added instructions on how to re-enable SELinux --- doc/YubiKey_and_SELinux.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/YubiKey_and_SELinux.adoc b/doc/YubiKey_and_SELinux.adoc index 4507f62..63c123d 100644 --- a/doc/YubiKey_and_SELinux.adoc +++ b/doc/YubiKey_and_SELinux.adoc @@ -17,3 +17,7 @@ If you are using your own server via `urllist`/`url` in the pam conf file and us By default, SELinux prevents sshd from opening local files other than SSH configuration files. If you would like to debug this module using `debug` and `debug_file` parameters, you may need to temporarily relax your SELinux confinement: setenforce permissive + +Don't forget to re-enable SELinux once you're done: + + setenforce enforcing