diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:30:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:30:15 +0000 |
commit | 2a6094fa353e2f347967efc1a52bb3c7c6a2f62f (patch) | |
tree | 89fbd8df24d08609dee3f34ff1c3caedf1d26a68 /debian/gdm3.gdm-password.pam | |
parent | Adding upstream version 3.38.2.1. (diff) | |
download | gdm3-2a6094fa353e2f347967efc1a52bb3c7c6a2f62f.tar.xz gdm3-2a6094fa353e2f347967efc1a52bb3c7c6a2f62f.zip |
Adding debian version 3.38.2.1-1.debian/3.38.2.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/gdm3.gdm-password.pam')
-rw-r--r-- | debian/gdm3.gdm-password.pam | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/gdm3.gdm-password.pam b/debian/gdm3.gdm-password.pam new file mode 100644 index 0000000..2d19321 --- /dev/null +++ b/debian/gdm3.gdm-password.pam @@ -0,0 +1,25 @@ +#%PAM-1.0 +auth requisite pam_nologin.so +auth required pam_succeed_if.so user != root quiet_success +@include common-auth +auth optional pam_gnome_keyring.so +@include common-account +# SELinux needs to be the first session rule. This ensures that any +# lingering context has been cleared. Without this it is possible +# that a module could execute code in the wrong domain. +session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so close +session required pam_loginuid.so +# SELinux needs to intervene at login time to ensure that the process +# starts in the proper default security context. Only sessions which are +# intended to run in the user's context should be run after this. +# pam_selinux.so changes the SELinux context of the used TTY and configures +# SELinux in order to transition to the user context with the next execve() +# call. +session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so open +session optional pam_keyinit.so force revoke +session required pam_limits.so +session required pam_env.so readenv=1 +session required pam_env.so readenv=1 envfile=/etc/default/locale +@include common-session +session optional pam_gnome_keyring.so auto_start +@include common-password |