summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/shadow/files/pam.d/login2
-rw-r--r--recipes-extended/shadow/shadow_4.1.4.3.bbappend2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/shadow/files/pam.d/login b/recipes-extended/shadow/files/pam.d/login
index 43c3654..1ec26a3 100644
--- a/recipes-extended/shadow/files/pam.d/login
+++ b/recipes-extended/shadow/files/pam.d/login
@@ -93,6 +93,6 @@ session include common-session
93# SELinux needs to intervene at login time to ensure that the process 93# SELinux needs to intervene at login time to ensure that the process
94# starts in the proper default security context. Only sessions which are 94# starts in the proper default security context. Only sessions which are
95# intended to run in the user's context should be run after this. 95# intended to run in the user's context should be run after this.
96session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so open select_context 96session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so open
97# When the module is present, "required" would be sufficient (When SELinux 97# When the module is present, "required" would be sufficient (When SELinux
98# is disabled, this returns success.) 98# is disabled, this returns success.)
diff --git a/recipes-extended/shadow/shadow_4.1.4.3.bbappend b/recipes-extended/shadow/shadow_4.1.4.3.bbappend
index f871e67..cacfb8b 100644
--- a/recipes-extended/shadow/shadow_4.1.4.3.bbappend
+++ b/recipes-extended/shadow/shadow_4.1.4.3.bbappend
@@ -1,4 +1,4 @@
1PR .= ".4" 1PR .= ".5"
2 2
3inherit with-selinux with-audit 3inherit with-selinux with-audit
4 4