source: trunk/debathena/config/athena-chroot/debian/schroot.debathena @ 22905

Revision 22905, 1.2 KB checked in by tabbott, 17 years ago (diff)
debathena-athena-chroot: various bugfixes.
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.
29auth            required        pam_unix.so
30account         required        pam_unix.so
31session         required        pam_unix.so
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.