1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 01:55:22 +03:00

Fix typo - "do note use guessable names"

Fix typo - "do note use guessable names" to "do not use guessable names"
This commit is contained in:
unixsysadmin 2019-02-20 21:35:17 +00:00 committed by Lennart Poettering
parent d3b8e06dee
commit 56ee4d7001

View File

@ -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/`