aboutsummaryrefslogtreecommitdiffstats
path: root/mandriva/tmpdir.sh
Commit message (Collapse)AuthorAgeFilesLines
* Check correct msec config file for SECURE_TMP config.Colin Guthrie2015-04-281-2/+2
| | | | | | | | | | | | | | | | | Note: I think this is bogus. It doesn't deal properly with homedirs on NFS with SECURE_TMP set as many programs require filesystem behaviour that NFS cannot honour. If anything, the tmp folder should be mounted as tmpfs. Ultimately however this is what XDG_RUNTIME_DIR is meant to do and programs should generally move away from it. I'd suggest even that TMP and TMPDIR point to /run/user/603/tmp if you want a really secure TMPDIR system. Or at least something along those lines. mga#14778
* Remove trailing slash in TMP/TMPDIR.Colin Guthrie2011-10-211-4/+4
| | | | | | | When building gcc/ecj1, TMP/TMPDIR is used and this results in debugedit being unhappy. (patch originally from svn: 77112 rtp - Remove trailing whitespace at the end of TMPDIR/TMP)
* Add the mdkconf patchColin Guthrie2011-10-211-0/+24