diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-10-02 01:13:25 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-10-02 01:13:25 +0000 |
| commit | f38978765535e8c844371dbcd8e2ae1ace135e08 (patch) | |
| tree | 8f6f73cc41ec340be45959fae67da4c6abec1e21 /ssh-keycat.pam | |
| parent | 151bd95e0af0e9382ca9065b0d6cc6d62f1ac794 (diff) | |
automatic import of opensshopeneuler20.03
Diffstat (limited to 'ssh-keycat.pam')
| -rw-r--r-- | ssh-keycat.pam | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ssh-keycat.pam b/ssh-keycat.pam new file mode 100644 index 0000000..d7a3f67 --- /dev/null +++ b/ssh-keycat.pam @@ -0,0 +1,8 @@ +#%PAM-1.0 +# pam_selinux.so close should be the first session rule +session required pam_selinux.so close +session required pam_loginuid.so +# pam_selinux.so open should only be followed by sessions to be executed in the user context +session required pam_selinux.so open env_params +session required pam_namespace.so + |
