File: chroot.conf

package info (click to toggle)
libpam-chroot 0.9-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: ansic: 738; sh: 104; makefile: 56
file content (16 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# /etc/security/chroot.conf
# This file determines where will pam_chroot restrict the
# users for applications that use this module.
# Users not listed in this configuration file will not
# be chrooted.
# The format of this configuration file is:
#
# username	chroot_dir
#
# For example:
#foo	/home/foo

# Or, if you've specified use_regex,
# username_regex	chroot_dir
#^bar.*		/home/bar