From: unixsysadmin <36594929+unixsysadmin@users.noreply.github.com> Date: Wed, 20 Feb 2019 21:35:17 +0000 (+0000) Subject: Fix typo - "do note use guessable names" X-Git-Tag: v242-rc1~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56ee4d7001a162a7a526a10482c3007a7115539f;p=thirdparty%2Fsystemd.git Fix typo - "do note use guessable names" Fix typo - "do note use guessable names" to "do not use guessable names" --- diff --git a/docs/TEMPORARY_DIRECTORIES.md b/docs/TEMPORARY_DIRECTORIES.md index 6d67a1bc975..0ea88f8fc60 100644 --- a/docs/TEMPORARY_DIRECTORIES.md +++ b/docs/TEMPORARY_DIRECTORIES.md @@ -30,7 +30,7 @@ directory directly translate into a 🚨 Denial-of-Service (DoS) 🚨 vulnerabil or worse: if some software creates a file or directory `/tmp/foo` then any other software that wants to create the same file or directory `/tmp/foo` either will fail (as the file already exists) or might be tricked into using -untrusted files. Hence: do note use guessable names in `/tmp/` or `/var/tmp/` — +untrusted files. Hence: do not use guessable names in `/tmp/` or `/var/tmp/` — if you do you open yourself up to a local DoS exploit or worse. (You can get away with using guessable names, if you pre-create subdirectories below `/tmp/` for them, like X11 does with `/tmp/.X11-unix/` through `tmpfiles.d/`