Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2020-03-21 16:07:06 +0300
committerGitHub <noreply@github.com>2020-03-21 16:07:06 +0300
commitfad7c2a8fa533a7c76cef5d9d8cf37745e6c2c79 (patch)
tree9a47ac86d138febfc2b328d66ed49373b31d1816 /plugins
parent4e0357d7282501d607894a70f22579babaca9857 (diff)
parent34ec6a1edf4d52e148916655b5e203c5bebac836 (diff)
Merge pull request #864 from topimiettinen/pam-selinux-known
pam: pam_selinux is known good module
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_pam_phase11
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/plugin_pam_phase1 b/plugins/plugin_pam_phase1
index 457c186a..81c758c1 100644
--- a/plugins/plugin_pam_phase1
+++ b/plugins/plugin_pam_phase1
@@ -271,6 +271,7 @@
pam_securetty) ;;
pam_securityserver) ;;
pam_self) ;;
+ pam_selinux) ;;
pam_shells) ;;
pam_skey) ;;
pam_ssh)