summarylogtreecommitdiffstats
path: root/pam-su
diff options
context:
space:
mode:
authorTimothée Ravier2013-11-03 19:42:41 +0100
committerTimothée Ravier2013-11-03 19:42:41 +0100
commitce7cb98c730b2e8292f01e45a3f94785812834b5 (patch)
treeb57e1fe3549f69fdfbfb61e6dd96af030e2980a0 /pam-su
downloadaur-ce7cb98c730b2e8292f01e45a3f94785812834b5.tar.gz
General update: SELinux userspace & pkg renaming
Diffstat (limited to 'pam-su')
-rw-r--r--pam-su9
1 files changed, 9 insertions, 0 deletions
diff --git a/pam-su b/pam-su
new file mode 100644
index 000000000000..cf15f40f1ae7
--- /dev/null
+++ b/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