1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-11-28 15:24:13 +01:00

Update SELinux doc

Added instructions on how to re-enable SELinux
This commit is contained in:
Yuping Zuo 2019-06-27 10:23:17 +08:00 committed by GitHub
parent da79e1d5dc
commit 43d5c39880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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