diff options
author | David P <megver83@parabola.nu> | 2018-05-09 14:57:32 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-05-09 14:57:44 -0300 |
commit | 0c8c2320e0cd3ae565dadc3b4df1c4f17cb86e72 (patch) | |
tree | 21dccf7c5587b6d192b0d2cbcace9ff1120f8eca /nonsystemd/util-linux/pam-su | |
parent | 5828b2142fce02177c256353002e3520ef92f254 (diff) | |
download | abslibre-0c8c2320e0cd3ae565dadc3b4df1c4f17cb86e72.tar.gz abslibre-0c8c2320e0cd3ae565dadc3b4df1c4f17cb86e72.tar.bz2 abslibre-0c8c2320e0cd3ae565dadc3b4df1c4f17cb86e72.zip |
copy pcr/util-linux-nosystemd to nonsystemd/util-linux 2.32-1.nonsystemd1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd/util-linux/pam-su')
-rw-r--r-- | nonsystemd/util-linux/pam-su | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nonsystemd/util-linux/pam-su b/nonsystemd/util-linux/pam-su new file mode 100644 index 000000000..cf15f40f1 --- /dev/null +++ b/nonsystemd/util-linux/pam-su @@ -0,0 +1,9 @@ +#%PAM-1.0 +auth sufficient pam_rootok.so +# Uncomment the following line to implicitly trust users in the "wheel" group. +#auth sufficient pam_wheel.so trust use_uid +# Uncomment the following line to require a user to be in the "wheel" group. +#auth required pam_wheel.so use_uid +auth required pam_unix.so +account required pam_unix.so +session required pam_unix.so |