diff options
author | Roger Leigh <rleigh@debian.org> | 2012-07-23 20:49:00 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2012-07-23 20:49:00 +0100 |
commit | b93d258a09beb8531291e181808ed21b82ceedd0 (patch) | |
tree | 561bd21d5d41d9ba4f2ab1ec3166e1f066c7c1d4 /etc/pam | |
parent | 0ac237f536371032dd662dc11a5b27213e801197 (diff) | |
download | schroot-b93d258a09beb8531291e181808ed21b82ceedd0.tar.gz |
Revert "pam.d: Use pam_env"
This reverts commit 13f61b92a4d7cc58975991b044ac8143e028d409.
Diffstat (limited to 'etc/pam')
-rw-r--r-- | etc/pam/schroot | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/etc/pam/schroot b/etc/pam/schroot index d8c575c7..95e34d82 100644 --- a/etc/pam/schroot +++ b/etc/pam/schroot @@ -16,14 +16,6 @@ # be allowed to use schroot at all. # auth required pam_wheel.so deny group=noschroot -# This module parses environment configuration file(s) -# and also allows you to use an extended config -# file /etc/security/pam_env.conf. -# -session required pam_env.so readenv=1 -session required pam_env.so readenv=1 envfile=/etc/default/locale - - # This allows root to use schroot without passwords (normal operation) auth sufficient pam_rootok.so |