source: trunk/debathena/third/schroot/etc/pam/schroot @ 24167

Revision 24167, 1.2 KB checked in by broder, 15 years ago (diff)
Import schroot upstream into subversion.
Line 
1#
2# The PAM configuration file for the sbuild `schroot' service
3#
4
5# Uncomment this to force users to be a member of group root
6# before they can use `schroot'. You can also add "group=foo"
7# to the end of this line if you want to use a group other
8# than the default "root".
9# auth       required   pam_wheel.so
10
11# Uncomment this if you want wheel members to be able to use
12# chroot without a password.
13# auth       sufficient pam_wheel.so trust
14
15# Uncomment this if you want members of a specific group to not
16# be allowed to use schroot at all.
17# auth       required   pam_wheel.so deny group=noschroot
18
19# This allows root to use schroot without passwords (normal operation)
20auth       sufficient pam_rootok.so
21
22# Uncomment and edit /etc/security/time.conf if you need to set
23# time restrainst on schroot usage.
24# account    requisite  pam_time.so
25
26# The standard Unix authentication modules, used with
27# NIS (man nsswitch) as well as normal /etc/passwd and
28# /etc/shadow entries.
29@include common-auth
30@include common-account
31@include common-session
32
33# Sets up user limits, please uncomment and read /etc/security/limits.conf
34# to enable this functionality.
35# session    required   pam_limits.so
Note: See TracBrowser for help on using the repository browser.