File: README.Debian

package info (click to toggle)
pam-tmpdir 0.11
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 128 kB
  • sloc: ansic: 445; sh: 171; makefile: 28
file content (14 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
chroot considerations
---------------------

If you're using tools that use chroots, please be aware that
libpam-tmpdir only creates the directory and sets TMPDIR whenever a
new PAM session is started.  This means that some tools which do not
reset TMPDIR, nor start a new PAM session might end up with TMPDIR
pointing to a non-existent directory.  An example of such as tool
(when this is written) is pbuilder.

To work around this, either enable a hook that unsets TMPDIR or one
that creates TMPDIR if it is not present already.

 -- Tollef Fog Heen <tfheen@debian.org>, Thu,  8 Mar 2012 22:42:03 +0100