diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-07 15:00:37 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-07 15:00:37 (GMT) |
commit | 171326063252ba64350f6df608fb6053a495040f (patch) | |
tree | 26c38aff57a5eda46eee684430cc9c98f41a05d1 /abs/core/util-linux/pam-su | |
parent | 77ed548f0790b9b5929bedd8162697214fb8bf94 (diff) | |
download | linhes_pkgbuild-171326063252ba64350f6df608fb6053a495040f.zip linhes_pkgbuild-171326063252ba64350f6df608fb6053a495040f.tar.gz linhes_pkgbuild-171326063252ba64350f6df608fb6053a495040f.tar.bz2 |
util-linux: 2.22.1
Diffstat (limited to 'abs/core/util-linux/pam-su')
-rw-r--r-- | abs/core/util-linux/pam-su | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/core/util-linux/pam-su b/abs/core/util-linux/pam-su new file mode 100644 index 0000000..cf15f40 --- /dev/null +++ b/abs/core/util-linux/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 |