summaryrefslogtreecommitdiff
path: root/libre/libutil-linux-static/pam-su
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-12-24 02:26:01 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-12-28 15:08:38 -0500
commitb9d6f78f4aedaa55703338b5411154f063fef1f6 (patch)
treef30ece3a102c9d0c63c4c0550a0cacd6d31454e4 /libre/libutil-linux-static/pam-su
parentc077303b3adc03d804b90adddad7e926c5799cc6 (diff)
downloadabslibre-b9d6f78f4aedaa55703338b5411154f063fef1f6.tar.gz
abslibre-b9d6f78f4aedaa55703338b5411154f063fef1f6.tar.bz2
abslibre-b9d6f78f4aedaa55703338b5411154f063fef1f6.zip
libre/libutil-linux-static: add
Diffstat (limited to 'libre/libutil-linux-static/pam-su')
-rw-r--r--libre/libutil-linux-static/pam-su9
1 files changed, 9 insertions, 0 deletions
diff --git a/libre/libutil-linux-static/pam-su b/libre/libutil-linux-static/pam-su
new file mode 100644
index 000000000..cf15f40f1
--- /dev/null
+++ b/libre/libutil-linux-static/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