summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2023-08-16 22:36:41 +0800
committerBenda Xu <heroxbd@gentoo.org>2023-08-16 22:38:14 +0800
commitb50067c9497495bae7f2d408a4f9056778e2deb4 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /sys-apps/shadow/files/pam.d-include/su
parentRevert "repo_name: rename to rap." (diff)
downloadheroxbd-b50067c9497495bae7f2d408a4f9056778e2deb4.tar.gz
heroxbd-b50067c9497495bae7f2d408a4f9056778e2deb4.tar.bz2
heroxbd-b50067c9497495bae7f2d408a4f9056778e2deb4.zip
clear up outdated repository after 7 years.
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sys-apps/shadow/files/pam.d-include/su')
-rw-r--r--sys-apps/shadow/files/pam.d-include/su32
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-apps/shadow/files/pam.d-include/su b/sys-apps/shadow/files/pam.d-include/su
deleted file mode 100644
index d15c7ed..0000000
--- a/sys-apps/shadow/files/pam.d-include/su
+++ /dev/null
@@ -1,32 +0,0 @@
-#%PAM-1.0
-
-auth sufficient pam_rootok.so
-
-# If you want to restrict users begin allowed to su even more,
-# create /etc/security/suauth.allow (or to that matter) that is only
-# writable by root, and add users that are allowed to su to that
-# file, one per line.
-#auth required pam_listfile.so item=ruser sense=allow onerr=fail file=/etc/security/suauth.allow
-
-# Uncomment this to allow users in the wheel group to su without
-# entering a passwd.
-#auth sufficient pam_wheel.so use_uid trust
-
-# Alternatively to above, you can implement a list of users that do
-# not need to supply a passwd with a list.
-#auth sufficient pam_listfile.so item=ruser sense=allow onerr=fail file=/etc/security/suauth.nopass
-
-# Comment this to allow any user, even those not in the 'wheel'
-# group to su
-auth required pam_wheel.so use_uid
-
-auth include system-auth
-
-account include system-auth
-
-password include system-auth
-
-session include system-auth
-session required pam_env.so
-session optional pam_xauth.so
-