summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2008-02-09 11:34:27 -0800
committerEric Sandall2008-02-09 11:34:27 -0800
commit5fea5855db8794477dc543ba3c6dbd36edc8b8cb (patch)
treedc4db8dc6063d384aa822b9ee94022f40126af22
parentd8e4eb25327bb34ca3b1e86a1bb081e8d434a099 (diff)
Revert "shadow's su needs pam.d/su"
This reverts commit cde37e0b1387f7e0c83765634d2ec29ae81e1d37. Remove coreutils update for this stable release cycle
-rwxr-xr-xsecurity/shadow/pam.d/su19
1 files changed, 0 insertions, 19 deletions
diff --git a/security/shadow/pam.d/su b/security/shadow/pam.d/su
deleted file mode 100755
index 96555f0460..0000000000
--- a/security/shadow/pam.d/su
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# The PAM configuration file for the `su' service
-#
-# uncomment for *really* paranoid SA's...
-# this will allow only users in the "wheel" group
-# the ability to "su".
-# auth required pam_wheel.so
-
-# uncomment for *really* lazy SA's...
-# this will allow any user in the "wheel group
-# the ablity to "su" without further authentication.
-# if you enable this, don't come crying to the #channel
-# or post wild accusations on the mailing lists
-# if you get hacked...
-#auth sufficient pam_wheel.so trust use_uid
-auth sufficient pam_rootok.so
-auth required pam_unix.so
-account required pam_unix.so
-session required pam_unix.so