Make all temp dirs under $PORTAGE_TMPDIR/portage.
authorZac Medico <zmedico@gentoo.org>
Fri, 11 Mar 2011 21:02:31 +0000 (13:02 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 11 Mar 2011 21:02:31 +0000 (13:02 -0800)
commit83e677766650e73071813c0d46547647e5f66029
tree567146adefeb3ccf0c7877bbf76bc3785fe95ddd
parent9411ac7406c6e775998bf6055ca8f022acce9e25
Make all temp dirs under $PORTAGE_TMPDIR/portage.

Before, some temporary directories would be created directly in
$PORTAGE_TMPDIR. Now, all are subdirectories of $PORTAGE_TMPDIR/portage
since it's common for people to assume that this is the case anyway.
With the default PORTAGE_TMPDIR setting of /var/tmp, this allows
/var/tmp to be mounted with the "noexec" option, as long as the
/var/tmp/portage subdirectory is a separate mount (people have already
tended to assume that they can do this, so we're making it a reality
in order to avoid any more bug reports). This will fix bug #346899.
pym/portage/dbapi/vartree.py
pym/portage/package/ebuild/doebuild.py