#784981 tmperamental: Please allow to also check for proper permissions upon writing to $TMPDIR #784981
- Package:
- tmperamental
- Source:
- tmperamental
- Description:
- LD_PRELOADable library to detect rogue writes to /tmp/
- Submitter:
- Axel Beckert
- Date:
- 2015-05-11 12:09:06 UTC
- Severity:
- wishlist
Hi, it'd be nice if tmperamental could also optionally (e.g. via commandline option) look for writes to $TMPDIR with improper permissions, i.e.: * world-readable files in /tmp/ Not sure what's the correct way if a umask is explicitly set. It should probably verify that the program adheres to the set umask. There are though surely cases where this doesn't make sense for temporary files.