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:
parent
da79e1d5dc
commit
43d5c39880
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user