diff options
author | James Meyer <james.meyer@operamail.com> | 2010-09-10 01:49:02 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-09-10 01:49:02 (GMT) |
commit | 81d44f51cb5f57d25b9b15ee9ca3d29f10acc2e3 (patch) | |
tree | b7b6b4dc32135207ce797de52e49e9afc238cb74 /abs/core-testing/coreutils/su.pam | |
parent | 5c35c43b8a5d3e1912e4fcb44cc1e210b20322ca (diff) | |
download | linhes_pkgbuild-81d44f51cb5f57d25b9b15ee9ca3d29f10acc2e3.zip linhes_pkgbuild-81d44f51cb5f57d25b9b15ee9ca3d29f10acc2e3.tar.gz linhes_pkgbuild-81d44f51cb5f57d25b9b15ee9ca3d29f10acc2e3.tar.bz2 |
gcc: update to 4.5.1
Diffstat (limited to 'abs/core-testing/coreutils/su.pam')
-rw-r--r-- | abs/core-testing/coreutils/su.pam | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/core-testing/coreutils/su.pam b/abs/core-testing/coreutils/su.pam new file mode 100644 index 0000000..cf15f40 --- /dev/null +++ b/abs/core-testing/coreutils/su.pam @@ -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 |